{% if items %} {% for item in items %}

{{ item.name }}

{% if item.children %} {% endif %} {% endfor %} {% endif %}