{% load i18n %} {% load navigation_tags %} {% load smart_settings_tags %} {% load common_tags %} {% load navigation_tags %} {% spaceless %}
{% get_menu_links name='main' as menu_links %} {% for link_set in menu_links %} {% for link in link_set %} {% with 'active' as li_class_active %} {% with ' ' as link_classes %} {% if link|get_type == "" %}
    {% get_menu_links name=link.name as menu_links %} {% for linkset in menu_links %} {% with '' as link_class_active %} {% with 'a-main-menu-accordion-link' as link_classes %} {% with 'true' as as_li %} {% with linkset as object_navigation_links %} {% include 'navigation/generic_navigation.html' %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endfor %}
{% else %}
{% endif %} {% endwith %} {% endwith %} {% endfor %} {% endfor %}
{% endspaceless %}