{% if display_prices %}{% endif %}{% if display_prices %}{% endif %} {% for product in delivery.products %} {% if order[product].quantity %} {% if display_prices %} {% endif %} {% if display_prices %} {% endif %} {% endif %} {% endfor %}
ProduitPrix unitaire (€)QuantitéSomme (€)
{{ product }}{% if product.rupture %} (rupture){% endif %}{{ product.price | round(2) }} €{{ order[product].quantity }} x {{ product.unit }}{{ order.total([product], delivery, group_id, False) }}
{% set shipping = order.compute_shipping(delivery, delivery.producers, group_id) | round(2) %}

Total: {{ order.total(delivery.products, delivery, group_id) if order else 0 }} € {% if shipping > 0 %}(dont {{ shipping }}€ de port){% endif %}