{% load i18n %}
{% if style %}{% endif %}
{{ subject_name }}
IFZ: {{ entity_id }}
{% trans "Quan." %} | {% trans "Description" %} | {% trans "Unit" %} | {% trans "Discount" %} | {% trans "Total" %} |
---|---|---|---|---|
{{ line.quantity }} | {{ line.description }} | {{ line.unit_amount }} | {% if line.discount %} %{{ line.discount }} {% endif %} | {{ line.vat_base }} | {% endfor %}
{% trans "VAT" %}
{% for vat_type in invoice.get_vat_breakdown %}
{% for rate in vat_type.rates.items %}
{{ rate.1.base }} oinarriaren %{{ rate.0 }} {{ rate.1.fee }}
{% endfor %}
{% endfor %}
{{ invoice.tbai_code }}