{% load static i18n %} {%trans "Invoice: " %} {{bill.id}}
ungleich glarus ag
Bahnhofstrasse 1
8783 Linthal
Switzerland
{{bill.billing_address.full_name}}
{{bill.billing_address.owner.email}}
{{bill.billing_address.street}}
{{bill.billing_address.city}}
{{bill.billing_address.get_country_display}}
{%trans "Date of invoice:" %}
{{bill.starting_date|date}}
{%trans "Invoice Number:" %}
#{{bill.id}}
{%trans "Due Date:" %}
{{bill.due_date}}

{%trans "INVOICE" %} {{bill.starting_date|date:"m-Y"}}
{% for record in bill.bill_records.all %} {% endfor %}
{%trans "Product" %} {%trans "Quantity" %} {%trans "Amount in " %} CHF
{{record.description}} {{record.quantity}} {{record.subtotal}}

SubTotal {{bill.subtotal}}

{{vat_rate}} {{tax_amount}}

{%trans "CHF" %} {{bill.sum}}