diff --git a/gestion/templates/gestion/categories_list.html b/gestion/templates/gestion/categories_list.html index 10bd2bd..4ec04ed 100644 --- a/gestion/templates/gestion/categories_list.html +++ b/gestion/templates/gestion/categories_list.html @@ -19,6 +19,7 @@ Nom Ordre + Nombre de produits (dont actifs) Administrer @@ -27,6 +28,7 @@ {{ category }} {% if category.order == 0 %}0 (non affichéé){% else %}{{category.order}}{% endif %} + {{category.product_set.count}} ({{category.active_products.count}}) Profil {% if perms.gestion.change_category %} Modifier{% endif %} {% endfor %}