{% extends 'template.html' %} {% block head %}{% endblock %} {% block header %}{% endblock %} {% block nav %}{% endblock %} {% block main %}
{% for item in data.get('_embedded', {}).get('udm:tree', []) %} {% endfor %}
{% if item['has-childs'] %} {% endif %}
{% if item['has-childs'] %} {% endif %}
{{ item['label'] }} {% if item['has-childs'] %}
{% endif %}
{% endblock %}