{% load shop_tags i18n %}
{% if discount_total or shipping_total %}
{{ item_total|currency }}
{% endif %} {% if discount_total %}
{{ discount_total|currency }}
{% endif %} {% if shipping_type or shipping_total %}
{{ shipping_total|currency }}
{% endif %} {% if tax_total %}
{{ tax_total|currency }}
{% endif %}
{{ order_total|currency }}