The invoice.tax object contains information held against an invoice tax record. The invoice.tax object can be accessed in invoice templates:
{% for tax in invoice.taxes %}
{{ tax.name }}
{% endfor %}The invoice.tax object contains information held against an invoice tax record. The invoice.tax object can be accessed in invoice templates:
{% for tax in invoice.taxes %}
{{ tax.name }}
{% endfor %}