{% block bodyNavigation %} {% set center = false %} {% set right = false %} {% if menus %} {% for menu in menus %} {% if menu.parent == 0 and menu.position == 'center' %} {% set center = true %} {% elseif menu.parent == 0 and menu.position == 'right' %} {% set right = true %} {% endif %} {% endfor %} {% endif %} {% if center and right %}
{% endif %} {% if center and right %}
{% endif %} {% endblock %}