diff --git a/la_chariotte/order/templates/order/grouped_order_sheet.html b/la_chariotte/order/templates/order/grouped_order_sheet.html index 4b8f5bc..117d2f6 100644 --- a/la_chariotte/order/templates/order/grouped_order_sheet.html +++ b/la_chariotte/order/templates/order/grouped_order_sheet.html @@ -3,57 +3,59 @@
Prix unitaire | +Prix unitaire | {% for item in items %} -+ | {{ item.price }} € - + | {% endfor %} +||
---|---|---|---|---|---|
TOTAL | @@ -83,21 +86,21 @@ {{ item.ordered_nb }} {% endfor %} -{{ total_price }} € | +{{ grouped_order.total_price }} € | |||
+ | {{ order.author }} - + | {% for ordered_item in ordered_items %} -+ | {{ ordered_item }} - + | {% endfor %} -+ | {{ order.price }} € - + |