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

Utilisateur index

{% for utilisateur in utilisateurs %} {% else %} {% endfor %}
Id Email MotDePasse Role actions
{{ utilisateur.id }} {{ utilisateur.email }} {{ utilisateur.motDePasse }} {{ utilisateur.role }} show edit
no records found
Create new {% endblock %}