diff --git a/templates/widgets/itemlist.html b/templates/widgets/itemlist.html index 9f63118..8c67715 100644 --- a/templates/widgets/itemlist.html +++ b/templates/widgets/itemlist.html @@ -5,6 +5,10 @@ {% include "widgets/categoryicon.html" with category=item.primary_category %} + {% if item.get_children.count %} + ({{ item.get_children.count }} children) + {% endif %} + {% if show_paths %} {% for parent in item.get_ancestors %} {{ parent.name }} »