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 %}