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