{% extends "base.html" %} {% block body %}

{{ delivery.producer }} — Ajuster le produit «{{ product.name }}»

Conditionnement {{ product.packing }} x {{ product.unit }}

Total commandé {{ delivery.product_wanted(product) }}

Manquant {{ delivery.product_missing(product) }}

{% for email, order in delivery.orders.items() %} {% endfor %}
PersonneCommandeAjustement
{{ email }} {{ order[product].wanted }}
{% endblock body %}