{% extends "base.html" %} {% block title %}Tableau de bord — GMAO Collège{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
| Heure | Type | Description | Salle | Durée |
|---|---|---|---|---|
| {% if item.start_time %} {{ item.start_time.strftime('%H:%M') if item.start_time.strftime else item.start_time }} {% else %} — {% endif %} | {% if item.type == 'admin' %} Admin {% elif item.type == 'curative' %} Curative {% elif item.type == 'preventive' %} Préventive {% elif item.type == 'formation' %} Formation {% else %} {{ item.type }} {% endif %} | {{ item.title }} | {% if item.room_name %} {{ item.room_name }} {% else %} — {% endif %} | {% if item.duration %} {{ item.duration }} min {% else %} — {% endif %} |
Aucune maintenance planifiée pour aujourd'hui.
{% if day_schedule.working_hours %} Horaires: {{ day_schedule.working_hours.start.strftime('%H:%M') }} - {{ day_schedule.working_hours.end.strftime('%H:%M') }} {% endif %}Jour non travaillé
{{ day_schedule.leave }}
Aucune donnée.
{% endif %}Rien en attente.
{% endif %}| # | Titre | Type | Statut | Équipement |
|---|---|---|---|---|
| #{{ interv.id }} | {{ interv.title[:50] }}{% if interv.title|length > 50 %}…{% endif %} | {% if interv.type == 'curatif' %}Curatif {% else %}Préventif{% endif %} | {{ interv.status|format_status }} | {{ interv.equipment.name[:30] }}{% if interv.equipment.name|length > 30 %}…{% endif %} |