diff --git a/copanier/templates/includes/order_summary.html b/copanier/templates/includes/order_summary.html index ea3020f..8107dfb 100644 --- a/copanier/templates/includes/order_summary.html +++ b/copanier/templates/includes/order_summary.html @@ -1,10 +1,12 @@ - + {% for product in delivery.products %} {% if order[product].quantity %} + - + + {% endif %} {% endfor %}
ProduitPrix unitaireQuantité
Réf.ProduitPrix unitaireQuantité
{{ product.ref }} {{ product }}{{ product.price | round(2) }} €{{ order[product].quantity }}{{ product.price | round(2) }} €{{ order[product].quantity }}