{% extends 'base.html.twig' %} {% block body %}
RĂ´les Ajouter
{% if roles|length == 0 %}

Aucune valeur

{% else %}
{% include "./layouts/message_flash.html.twig" %}
{% for role in roles %} {% endfor %}
Nom Slug Sections Sous-sections Actions
{{ role.nom }}
{{ role.slug }} {% if role.sections|length > 0 %}
{% for section in role.sections %} {{ section.nom }} {% endfor %}
{% else %} Aucune {% endif %}
{% if role.sousSections|length > 0 %}
{% for sous_section in role.sousSections %} {{ sous_section.nom }} {% endfor %}
{% else %} Aucune {% endif %}
{% endif %}
{% endblock %} {% block javascripts %} {{ encore_entry_script_tags('roles_index') }} {% endblock %} {% block modals %} {# {% include "user/create.html.twig" %} {% include "user/update.html.twig" %} #} {% endblock %}