{{ doc.name }}
{{ frappe.utils.global_date_format(doc.modified) }}
<<<<<<< HEAD
{{ _(doc.status) }}
=======
{{doc.status}}
>>>>>>> d847f75ade (chore: remove 'debug' param and linter fix)
{% if doc.is_rounded_total_disabled() and doc.get('grand_total') %}
{{ doc.get_formatted("grand_total") }}
{% elif doc.get('rounded_total') %}
{{ doc.get_formatted("rounded_total") }}
{% endif %}