{% load i18n utils %}
{% 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 }} &{{ currency }}; | {{ total|sub:base }} &{{ currency }}; | {{ total }} &{{ currency }}; | {% endwith %}