{% load price from taxed_prices %}
Products | Price | Quantity | Total Price |
{{ product|truncatechars:46 }} {% if product.product_sku %} SKU: {{ product.product_sku }} {% endif %} | {% price product.unit_price.gross display_gross=order.display_gross_prices %} | {{ product.quantity }} | {% price product.total_price.gross display_gross=order.display_gross_prices %} |