{% spaceless %} {% load i18n %} {% load pytils_numeral %}
Product | Price | Quantity | Total |
---|---|---|---|
{{item.product.name}} | {{item.product.price}} | {{item.quantity}} | {{item.price_total}} |
Shipping | {{shipping.type.name}} | {{shipping.address}} | {{shipping.type.price}} |
Total | {{total}} |