<ul> {% for menu_item in get_menu_items(root) %} <li id="menu_{{ loop.index }}" data-id="{{ loop.index }}" {% if loop.first %}class="first"{% endif %}> <a href="{{ path(menu_item) }}" target="_self" class="header_link"> {{ ('menu_item.' ~ menu_item)|trans([], 'menu') }} </a> </li> {% endfor %}</ul>