{% if doc.flags.show_inclusive_tax_in_print %}
{{ doc.get_formatted("net_total", doc) }}
{% else %}
<<<<<<< HEAD
=======
>>>>>>> 94d7e5964b (fix: add doc.status to translation from POS)
{{ doc.get_formatted("total", doc) }}
{% endif %}