{% load i18n %} {% load static %} {% if menu %}
{% for item in items %} {% for child in item.get_childs %} {% if page.webpath.get_full_path == child.link %} {% endif %} {{ child.name }} {% if page.webpath.get_full_path == child.link %} {% endif %} {% endfor %} {% endfor %}
{% endif %}