{% extends 'base.html.twig' %} {% block title %}Gestion des utilisateurs{% endblock %} {% block page_title %}Gestion des utilisateurs{% endblock %} {% block body %}
| Nom complet | Matricule | Poste | Rôle | Actif | Actions | |
|---|---|---|---|---|---|---|
| {{ user.nomComplet }} | {{ user.email }} | {{ user.matricule ?? '—' }} | {{ user.poste ?? '—' }} | {% if user.admin %} Admin {% else %} Utilisateur {% endif %} | {% if user.actif %} {% else %} {% endif %} | |
| Aucun utilisateur enregistré. | ||||||