{% load price from taxed_prices %}
Subtotal {% price order.get_subtotal.gross %}
Delivery Cost {% price order.shipping_price.gross %}
Tax {% price order.total.tax %}
Grand Total {% price order.total.gross %}