{{ delivery.producer }} — Commande de «{{ person }}» {% include "includes/delivery_head.html" %} ProduitPrixQuantité {% for product in delivery.products %} {{ product.name }} {% if product.description or product.img %} {% with unique_id=loop.index %} {% include "includes/modal_product.html" %} {% endwith %} {% endif %} {{ product.price }} € {% endfor %} Total: {{ order.total(delivery.products) if order else 0 }} €