{% extends "base.html" %} {% block title %}Utilisateurs — GMAO Collège{% endblock %} {% block content %}
| Nom | Identifiant | Rôle | Statut | Actions | |
|---|---|---|---|---|---|
| {{ user.full_name }} | {{ user.username }} | {{ user.email }} | {% if user.is_admin() %}Administrateur {% elif user.has_permission('patrimoine.edit') %}{{ user.role_label }} {% else %}{{ user.role_label }}{% endif %} | {% if user.is_active %}Actif {% else %}Inactif{% endif %} |