diff --git a/InvenTree/part/templates/part/category.html b/InvenTree/part/templates/part/category.html index c3477f47c2..f6c49b2094 100644 --- a/InvenTree/part/templates/part/category.html +++ b/InvenTree/part/templates/part/category.html @@ -52,6 +52,14 @@ {{ category.default_keywords }} {% endif %} + + Subcategories + {{ category.children.count }} + + + Parts (Including subcategories) + {{ category.partcount }} + {% endif %}