{% extends 'base.html.twig' %} {% block title %}Les roles utilisateur{% endblock %} {% block body %} {% include 'utils/file.ariane.html.twig' %} Roles utilisateur - EELO {% if secure.havePermission(constant('_ADD_SERV_GEST_HABI', app_const)) %} Nouveau {% endif %} {{ form_start(form) }} {{ form_widget(form.searchValue) }} {{ form_end(form) }} {% if result.elements|length <= 0 %} Aucun role trouvé {% else %} {% for obj in result.elements %} Role {{ obj.nom }} {% if loop.index == 1 %} {% else %} {% endif %} {% include 'role/read.html.twig' with {'droit': obj, 'services': services, 'autorises': autorises, 'edition': 'disabled', 'page': result.currentPage, 'pageSize': result.pageSize, 'filtre': result.filtre } %} {% endfor %} {% endif %} {% include 'utils/pagination.html.twig' with {'url': '/privilege'} %} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}
Aucun role trouvé