{{ buyer.name }} {{ buyer.address }} {{ buyer.zipcode }} {{ buyer.city }} {{ buyer.country }} {{ buyer.vat_number }} |
Invoice number Date Due date |
: {{ bill.ident }} : {{ bill.date|date:"d F, Y" }} : {{ bill.due_on|date:"d F, Y" }} |
ID | {% trans Description %} | Amount | Price |
---|---|---|---|
{{ line.order_id }} | {{ line.description }} ({{ line.initial_date|date:"d-m-Y" }}{% if line.initial_date != line.final_date %} - {{ line.final_date|date:"d-m-Y" }}{% endif %}) | {{ line.amount }} | &{{ currency }}; {{ line.price }} |
Subtotal{% if bases.items|length > 1 %} (for {{ tax }}% taxes){% endif %} | &{{ currency }}; {{ base }} | {% endfor %}|
Total {{ tax }}% | &{{ currency }}; {{ value }} | {% endfor %}|
Total | &{{ currency }}; {{ total }} |
IBAN | Invoice ID | Amount {{ currency.upper }} |
NL28INGB0004954664 | {{ bill.ident }} | {{ total }} |
The invoice is to be paid before {{ invoice.exp_date|date:"F jS, Y" }} with the mention of the invoice id.