{{ delivery.name }} — Commande pour « {{ person.name }} » {% include "includes/delivery_head.html" %} {% for producer in delivery.producers %} {{ producer }} Produit Prix {% if delivery.has_packing %} Conditionnement {% endif %} Commande {% if delivery.status == delivery.ADJUSTMENT or order.has_adjustments or force_adjustment %} Ajustement +/− {% endif %} {% for product in delivery.get_products_by(producer) %} {{ product }} {% if product.rupture %}(RUPTURE !){% endif %} {% if product.description or product.img %} {% with unique_id=loop.index %} {% include "includes/modal_product.html" %} {% endwith %} {% endif %} {{ product.price | round(2) }} € {% if delivery.has_packing %} {{ product.packing or "—" }}{% if delivery.status == delivery.ADJUSTMENT and delivery.product_missing(product) %} (manque {{ delivery.product_missing(product) }}){% endif %} {% endif %} {% if delivery.status == delivery.ADJUSTMENT or order.has_adjustments or force_adjustments %} {% endif %} x {{ product.unit }} {% endfor %} {% endfor %} Total: {{ order.total(delivery.products) if order else 0 }} € {% if delivery.is_passed %} Commande soldée: {% endif %} {% if delivery.status != delivery.CLOSED or request.user.is_staff %} {% endif %} Envoyer par courriel {% if request.user.is_staff and delivery.status == delivery.CLOSED %} Ajuster {% endif %}