{% if children|length > 0 %}

Sub-Locations{{ children|length }}

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