{{ delivery.producer }} — Commande de «{{ person.email }}» {% include "includes/delivery_head.html" %} ProduitPrixLotQuantité {% for product in delivery.products %} {{ product.label }} {% if product.description or product.img %} {% with unique_id=loop.index %} {% include "includes/modal_product.html" %} {% endwith %} {% endif %} {{ product.price }} € {{ product.packing or "—" }}{% if delivery.product_missing(product) %} (manque {{ delivery.product_missing(product) }}){% endif %} {% endfor %} Total: {{ order.total(delivery.products) if order else 0 }} € {% if delivery.is_passed %} Commande soldée: {% endif %} Envoyer par courriel