Produit | {% if display_prices %}Prix unitaire (€) | {% endif %}Quantité | {% if display_prices %}Somme (€) | {% endif %}
---|---|---|---|
{{ product }}{% if product.rupture %} (rupture){% endif %} | {% if display_prices %}{{ product.price | round(2) }} € | {% endif %}{{ order[product].quantity }} x {{ product.unit }} | {% if display_prices %}{{ order.total([product], delivery, group_id, False) }} | {% endif %}
Total: {{ order.total(delivery.products, delivery, group_id) if order else 0 }} € {% if shipping > 0 %}(dont {{ shipping }}€ de port){% endif %}