-
{% for section in MENU.childs %}
{% if section.available %}
- {{section.label}}
-
{% for menu_item in section.childs %}{%if menu_item.available%}
- {{menu_item.label}} {%endif%}{% endfor %}
{%endif%}
{% endfor %}
{% load i18n %}
{{APP_NAME}}
{%endif%}