{% if doc.flags.show_inclusive_tax_in_print %}
{{ doc.get_formatted("net_total", doc) }}
{% else %}
<<<<<<< HEAD
=======
>>>>>>> 325b20491a (fix: make rate of depreciation mandatory)
{{ doc.get_formatted("total", doc) }}
{% endif %}