{{ _("Payment Summary") }}
{% set total_items = frappe.utils.cstr(frappe.utils.flt(doc.total_qty, 0)) %} {% for d in doc.taxes %} {% if d.base_tax_amount %} {% endif %} {% endfor %}
{{ _("Net Total (") + total_items + _(" Items)") }} {{ doc.get_formatted("net_total") }}
{{ d.description }} {{ d.get_formatted("base_tax_amount") }}
{{ _("Grand Total") }} {{ doc.get_formatted("grand_total") }}
{% if cart_settings.enable_checkout %} {% else %} {% endif %}