{% if doc.flags.show_inclusive_tax_in_print %}
{{ doc.get_formatted("net_total", doc) }}
{% else %}
<<<<<<< HEAD
=======
>>>>>>> d847f75ade (chore: remove 'debug' param and linter fix)
{{ doc.get_formatted("total", doc) }}
{% endif %}