diff --git a/la_chariotte/order/templates/order/index.html b/la_chariotte/order/templates/order/index.html index 1a4b7b4..0ac1895 100644 --- a/la_chariotte/order/templates/order/index.html +++ b/la_chariotte/order/templates/order/index.html @@ -4,6 +4,9 @@ {% block content_title %}Commandes groupées que vous organisez{% endblock %} {% block content %} +
{% if grouped_order_list.incoming_grouped_orders or grouped_order_list.crossed_deadline_grouped_orders or grouped_order_list.old_grouped_orders %} {% if grouped_order_list.incoming_grouped_orders %}Commandes groupées à venir
@@ -24,7 +27,7 @@