{% load shop_tags %}
{% if not basket.is_invoice %}
Subtotal {% include 'cubane/ishop/elements/order/basket/basket_delivery_info.html' %}
{% shop_price basket.sub_total %} {% if basket.is_quote_only %} Individual Quote {% else %}{% if basket.can_deliver %} {% if basket.delivery == 0 %}Free of Charge{% else %}{% shop_price basket.delivery %}{% endif %} {% else %} Choose different delivery option {% endif %}{% endif %}
{% endif %} {% if basket.voucher %}
Discount {{ basket.voucher.title }}: {{ basket.voucher.code }} {% if basket.some_products_exempt_from_discount %}
(Some products are exempt from this discount) {% endif %}
-{% shop_price basket.discount_value %}
{% endif %} {% if not basket.is_invoice %}
Total including VAT
{% if basket.custom_total %} {% shop_price basket.calculated_total %} {% endif %} {% shop_price basket.total %}
{% if not basket.is_frozen %}
{% currency_symbol %}
{% endif %} {% else %}
Total
Invoice
{% endif %} {% if basket.totals.difference_between_deposit_and_full_amount %}
Remaining Unpaid Balance including VAT
{% shop_price basket.totals.difference_between_deposit_and_full_amount %}
{% endif %}