{% extends 'base.html.twig' %} {% block title %}Group index{% endblock %} {% block body %}

Group index

{% for groupe in groupes %} {% else %} {% endfor %}
Id Name Roles actions
{{ groupe.id }} {{ groupe.name }} {{ groupe.roles ? groupe.roles|json_encode : '' }} show edit
no records found
Create new {% endblock %}