{% extends "base.html" %} {% block title %}Personnels ENT — GMAO{% endblock %} {% block content %}
| Nom | Fonction | Service | Contact | Statut |
|---|---|---|---|---|
| {{ staff.full_name }} | {{ staff.function or '—' }} | {{ staff.department or '—' }} | {{ staff.email or staff.phone or '—' }} | {{ 'Actif' if staff.is_active else 'Inactif' }} |
| Aucun personnel importé. | ||||