From c8c9744c98b02f45262d5f7b2c3966d572e3b6bc Mon Sep 17 00:00:00 2001 From: Laetitia Getti Date: Thu, 6 Jul 2023 16:30:14 +0200 Subject: [PATCH] duplicate grouped order part 1 --- la_chariotte/order/templates/order/index.html | 51 ++++++++++++------- 1 file changed, 33 insertions(+), 18 deletions(-) diff --git a/la_chariotte/order/templates/order/index.html b/la_chariotte/order/templates/order/index.html index e15311b..a962667 100644 --- a/la_chariotte/order/templates/order/index.html +++ b/la_chariotte/order/templates/order/index.html @@ -21,7 +21,7 @@ Livraison Fin des commandes Nombre de commandes - Voir + @@ -34,12 +34,17 @@ {{ gr_order.delivery_date }} {{ gr_order.deadline }} {{ gr_order.order_set.count }} - + + - - - - + + + + + + + + {% endfor %} @@ -54,7 +59,7 @@ Livraison Fin des commandes Nombre de commandes - Voir + @@ -67,12 +72,17 @@ {{ gr_order.delivery_date }} {{ gr_order.deadline }} {{ gr_order.order_set.count }} - + + - - - - + + + + + + + + {% endfor %} @@ -87,7 +97,7 @@ Livraison Fin des commandes Nombre de commandes - Voir + @@ -100,12 +110,17 @@ {{ gr_order.delivery_date }} {{ gr_order.deadline }} {{ gr_order.order_set.count }} - + + - - - - + + + + + + + + {% endfor %}