Discount applied: {{ order.total_discount|currency }}

Subtotal: {{ order.subtotal_invoiced|currency }}

Sales Tax: {{ order.total_sales_tax|currency }}

Shipping: {{ order.total_shipping_quote|currency }}

{% if order.total_shipping_tax %}

Shipping Taxes: {{ order.total_shipping_tax|currency }}

{% endif %}

Total: {{ order.total|currency }}