{{ delivery.producer }} — Commande de «{{ person.email }}» {% include "includes/delivery_head.html" %} Produit Prix {% if delivery.has_packing %} Conditionnement {% endif %} Quantité {% if delivery.status != delivery.OPEN %}Ajustement +/−{% endif %} {% for product in delivery.products %} {{ product }} {% if product.description or product.img %} {% with unique_id=loop.index %} {% include "includes/modal_product.html" %} {% endwith %} {% endif %} {{ product.price }} € {% if delivery.has_packing %} {{ product.packing or "—" }}{% if delivery.status == delivery.ADJUSTMENT and delivery.product_missing(product) %} (−{{ delivery.product_missing(product) }}){% endif %} {% endif %} {% if delivery.status != delivery.OPEN %} {% endif %} {% endfor %} Total: {{ order.total(delivery.products) if order else 0 }} € {% if delivery.is_passed %} Commande soldée: {% endif %} Envoyer par courriel