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

New order {{order.number}}

{{user.first_name}} {{user.last_name}} <{{user.email}}>

{% for item in cart %} {% endfor %} {% with order.shipping as shipping %} {% endwith %}
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}}
{% endspaceless %}