{% if secure.havePermission(constant('_UPDATE_SERV_GEST_HABI', app_const)) and edition != '' %} Privilèges {% endif %} {% if edition == '' %} Retour {% endif %}
{% if secure.havePermission(constant('_UPDATE_SERV_GEST_HABI', app_const)) %} Modifier {% endif %} {% if secure.havePermission(constant('_REMOVE_SERV_GEST_HABI', app_const)) %} Supprimer {% endif %}


{% for autorise in autorises %}
{{ autorise.code }}
{% endfor %}
{% for service in services %}
{{ service.libelle }}
{% for autorise in autorises %}
{% if droit.havePermission(service.code, autorise.code) %} {% else %} {% endif %}
{% endfor %}
{% endfor %}