{% if display_prices %}{% endif %} {% for product in delivery.products %} {% if order[product].quantity %} {% if display_prices %}{% endif %} {% endif %} {% endfor %}
ProduitPrix unitaireQuantité
{{ product }}{{ product.price | round(2) }} €{{ order[product].quantity }} x {{ product.unit }}

Total: {{ order.total(delivery.products) if order else 0 }} €