{% load static i18n %}
| {%trans "Product" %} | {%trans "Quantity" %} | {%trans "Amount in " %} CHF |
|---|---|---|
| {{record.description}} | {{record.quantity}} | {{record.subtotal}} |
SubTotal {{bill.subtotal}}
{{bill.billing_address.get_country_display}} VAT {{vat_rate}}% {{tax_amount}}
{%trans "Total CHF" %} {{bill.sum}}