{% extends "base.html" %} {% block title %}Personnels ENT — GMAO{% endblock %} {% block content %}

Personnels ENT

Gérer le personnel
{% for staff in staff_list %} {% else %}{% endfor %}
NomFonctionServiceContactStatut
{{ 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é.
{% endblock %}