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

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