{% spaceless %} {% load i18n %} {% load pytils_numeral %}

Your order number is {{order.number}}

{% for item in cart %} {% endfor %}
Product Price Quantity Total
{{item.product.name}} {{item.product.price}} {{item.quantity}} {{item.price_total}}
Total {{cart.price_total}}
{% endspaceless %}