{% load i18n %} {% load currency_filters %}
{% trans "Basket" %} |
|
---|---|
{% trans "Basket total (before discounts)" %} | {{ basket.total_incl_tax_excl_discounts|currency }} |
{% trans "Discount" %} {{ discount.name }}
{% if discount.description %}
{{ discount.description }} {% endif %} |
-{{ discount.discount|currency }} |
{% trans "Vouchers" %} |
|
{{ discount.voucher.name }} ({{ discount.voucher.code }}) {% if editable %} {% endif %} | -{{ discount.discount|currency }} |
{% trans "Basket total (after discounts)" %} | {{ basket.total_incl_tax|currency }} |
{% trans "Basket total" %} | {{ basket.total_incl_tax|currency }} |
{% trans "Shipping" %}{% if shipping_methods|length > 1 and editable %} {% trans "Alternative shipping methods can be chosen during checkout" %} {% endif %} |
|
{% trans "Shipping" %} - {{ shipping_method.name }} | {{ shipping_method.basket_charge_incl_tax|currency }} |
{% trans "Shipping method" %} | {{ shipping_method.name }} |
{% trans "Shipping total (before discounts)" %} | {{ shipping_method.basket_charge_incl_tax_before_discount|currency }} |
{% trans "Discount" %} {{ discount.name }} | -{{ discount.discount|currency }} | {% endwith %}
{% trans "Shipping total (after discounts)" %} | {{ shipping_method.basket_charge_incl_tax|currency }} |
{% trans "Post order actions" %}{% trans "These will be applied once your order is placed." %} |
|
{{ discount.name }} {{ discount.description }} |
|
{% trans "Order total" %} |
{{ order_total_incl_tax|currency }} |