{% extends "base.html" %} {% block title %}{{ staff.full_name }} - GMAO{% endblock %} {% block content %}
| Prénom | {{ staff.first_name }} |
| Nom | {{ staff.last_name }} |
| Fonction | {{ staff.function or '—' }} |
| Service | {{ staff.department or '—' }} |
| {{ staff.email or '—' }} | |
| Téléphone | {{ staff.phone or '—' }} |
| Statut | {% if staff.is_active %} Actif {% else %} Inactif {% endif %} |
| N° | Titre | Statut | Priorité | Date |
|---|---|---|---|---|
| #{{ interv.id }} | {{ interv.title[:50] }}{% if interv.title|length > 50 %}…{% endif %} | {{ interv.status_label }} | {{ interv.priority_label }} | {{ interv.requested_at.strftime('%d/%m/%Y') if interv.requested_at else '—' }} |
Aucune demande liée à ce personnel.