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