{% load i18n utils %}
{% trans "Summary" %} | {% trans "Total" %} |
---|---|
{% trans "subtotal" %} {{ tax }}% {% trans "VAT" %} | {{ subtotal|first}} |
{% trans "taxes" %} {{ tax }}% {% trans "VAT" %} | {{ subtotal|last}} |
{% trans "TOTAL" %} | {{ total }} |
{% trans "Number" %} | {% trans "VAT number" %} | {% trans "Contact" %} | {% trans "Close date" %} | {% trans "Base" %} | {% trans "VAT" %} | {% trans "Total" %} |
---|---|---|---|---|---|---|
{{ bill.number }} | {{ bill.buyer.vat }} | {{ bill.buyer.get_name }} | {{ bill.closed_on|date }} | {% with base=bill.compute_base total=bill.compute_total %}{{ base }} | {{ total|sub:base }} | {{ total }} | {% endwith %}