{% load price from taxed_prices %} {% if gift_cards_payment.amount > 0 %} {% endif %}
Subtotal {% price order.get_subtotal.gross %}
Delivery Cost {% price order.shipping_price.gross %}
Tax {% price order.total.tax %}
Gift cards -{% price gift_cards_payment %}
Grand Total {% price order.total.gross %}