{% extends 'base.html.twig' %} {% block title %}Liste des menus{% endblock %} {% block body %}
{% include 'utils/file.ariane.html.twig' %}

{{label}}


{% if secure.havePermission(constant('_ADD_SERV_GEST_MENU', app_const)) or secure.havePermission(constant('_UPDATE_SERV_GEST_MENU', app_const)) %}
{% if goupeMenuCode != "main" %} Retour {% else %} Retour Groupe {% endif %}
{% if secure.havePermission(constant('_ADD_SERV_GEST_MENU', app_const)) %} {% if goupeMenuCode == "main" %} Menu {% endif %} {% endif %} {% if secure.havePermission(constant('_UPDATE_SERV_GEST_MENU', app_const)) %} Organisation Menu {% endif %}

{% endif %}
{{ form_start(form) }}
{{ form_widget(form.searchValue) }}
{{ form_end(form) }}

Public
Nom
{% if result.elements|length <= 0 %}
Aucun groupe trouvé
{% else %} {% for obj in result.elements %}
{% if obj.visibility %} {% else %} {% endif %}
{% endfor %} {% endif %}

{% include 'utils/pagination.html.twig' with {'url': '/menuGroupe' } %}
{% endblock %}