{% extends 'base.html.twig' %} {% block title %}Privilèges Groupe Menu{% endblock %} {% block body %} {% include 'utils/file.ariane.html.twig' %} {{groupe.nom}} Gestion des autorisations {{ form_start(form) }} {{ form_widget(form.privilege) }} Associer {{ form_end(form) }} Privilege {% if groupe.autorisations|length <= 0 %} Aucune permission trouvée {% else %} {% for obj in groupe.autorisations %} {{ obj.libelle }} {% if secure.havePermission(constant('_UPDATE_SERV_GEST_MENU', app_const)) %} {% endif %} {% endfor %} {% endif %} Retour {% endblock %}