{% extends 'b_index.html.twig' %} {% block title %}Gestion des permissions{% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('app_table') }} {% endblock %} {% block body %} {# #}

Liste des permissions

{#
#}
{# #}
{# #} {% set items=permissions %} {% for item in items %} {# #} {# #} {% else %} {% endfor %}
LabelAction
{{ item.code |upper }}{{ item.label |upper }}
#} {# {% set confirmationMessage = "Êtes-vous sûr de vouloir continuer ?" %} #}{#
Pas d'enregistrement trouvé
Label
{% endblock %} {% block javascripts %} {{ encore_entry_script_tags('apps_table') }} {% endblock %}