{% for item in list %} {% empty %} {% if show_placeholder %} {% endif %} {% endfor %} {% if item %} {% endif %}
{% include "widgets/categoryicon.html" with category=item.primary_category %} {% if show_count|default_if_none:True and item.get_children.count %} ({{ item.get_children.count }} children) {% endif %} {% if show_paths %} {% for parent in item.get_ancestors %} {{ parent.name }} » {% endfor %} {{ item.name }} {% else %} {{ item.name }} {% endif %}
Nothing found
Add child