{% if doc.flags.show_inclusive_tax_in_print %}
{{ doc.get_formatted("net_total", doc) }}
{% else %}
<<<<<<< HEAD
=======
>>>>>>> ee9a2952d6 (fix: switched asset terminology from cost to value)
{{ doc.get_formatted("total", doc) }}
{% endif %}