From 400cfe69b4a9314f29ce4d476d4b946f870ec923 Mon Sep 17 00:00:00 2001 From: Laetitia Getti Date: Wed, 7 Jun 2023 11:12:48 +0200 Subject: [PATCH] nb of orders on index --- la_chariotte/order/templates/order/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/la_chariotte/order/templates/order/index.html b/la_chariotte/order/templates/order/index.html index f06da4e..e8c70f8 100644 --- a/la_chariotte/order/templates/order/index.html +++ b/la_chariotte/order/templates/order/index.html @@ -28,7 +28,7 @@ {{ gr_order }} {{ gr_order.delivery_date }} {{ gr_order.deadline }} - Nb de commandes + {{ gr_order.order_set.count }} Détail | Organisation {% endfor %} @@ -53,7 +53,7 @@ {{ gr_order }} {{ gr_order.delivery_date }} {{ gr_order.deadline }} - Nb de commandes + {{ gr_order.order_set.count }} Détail | Organisation {% endfor %} @@ -78,7 +78,7 @@ {{ gr_order }} {{ gr_order.delivery_date }} {{ gr_order.deadline }} - Nb de commandes + {{ gr_order.order_set.count }} Détail | Organisation {% endfor %}