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

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