{% for menu in menus %} {{ menu.label|trans }} {% apply spaceless %} {% if menu.extras.icons is defined %} {% for icon in menu.extras.icons %} {% endfor %} {% endif %} {% endapply %} {% endfor %}