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

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