{% extends '@EasyAdmin/default/menu.html.twig' %} {% block main_menu %} {#

{{app.user.roles[0]}}

#} {% for item in _menu_items %} {% if (item.label == "Utilisateurs" and app.user.roles[0] == "ROLE_USER") %} {% else %} {% block menu_item %}
  • {{ helper.render_menu_item(item, _translation_domain) }} {% if item.children|default([]) is not empty %} {% endif %}
  • {% endblock menu_item %} {% endif %} {% endfor %} {% endblock main_menu %}