- {% for warning in warnings %}
- {{warning}} {% endfor %}
-
{% for section in MENU.childs %}
{% if section.available %}
-
{{section.label}}
-
{% for menu_item in section.childs %}{%if menu_item.available%}
{% if menu_item.childs %}
{%endif%}
{% endfor %}