{% if doc.taxes %} {{ _("Net Total") }} {{ doc.get_formatted("net_total") }} {% endif %} {% for d in doc.taxes %} {% if d.base_tax_amount > 0 %} {{ d.description }} {{ d.get_formatted("base_tax_amount") }} {% endif %} {% endfor %} {{ _("Grand Total") }} {{ doc.get_formatted("grand_total") }}