{% if children|length > 0 %}

Child Categories{{ children|length }}

    {% for child in children %}
  • {{ child.name }} {% if child.description %} - {{ child.description }} {% endif %} {{ child.partcount }}
  • {% endfor %}
{% endif %}