{% load static %} {{ bill }}
ungleich glarus ag
Bahnhofstrasse 1
8783 Linthal
Switzerland
{% if bill.billing_address.organization != "" %} {{ bill.billing_address.organization }}
{{ bill.billing_address.name }} {% else %} {{ bill.billing_address.name }} {% endif %}
{{ bill.billing_address.street }}
{{ bill.billing_address.postal_code }} {{ bill.billing_address.city }}
{{ bill.billing_address.country }}
Rechnungsdatum:
Rechnungsnummer
Zahlbar bis
{{ bill.creation_date.date }}
{% if bill.billing_address.vat_number != "" %} {{ bill.billing_address.vat_number }}
{% else %} None
{% endif %} {{ bill.billing_address.vat_number }}
{{ bill.due_date }}

RECHNUNG

{% for record in bill.records %} {% endfor %}
Beschreibung Detail Amount VAT Total
{{ record.description }} {{ record.recurring_price }} * {{ record.recurring_count }} {{ record.recurring_period }} {% if record.one_time_price != 0 %} + one time {{ record.one_time_price }} {% endif %} {{ record.amount }} {{ record.vat_amount }} ({{ record.vat_rate }}) {{ record.total }}

Total {{ bill.amount }}

VAT {{ bill.vat_amount }}

Gesamtbetrag {{ bill.total }}