{% extends "base.html" %} {% block title %}Planning {{ room.name }} — GMAO{% endblock %} {% block content %}
{% if room.room_type %}Type : {{ room.room_type.name }}{% endif %} {% if room.building %} | 📍 {{ room.building.name }}{% endif %}
| {{ days[day_num] }} {{ day_date.strftime('%d/%m') }} | ||||
|---|---|---|---|---|
| {{ s.start_time }} | {{ s.subject or '-' }} | {{ s.teacher or '-' }} | {{ s.class_name or '-' }} | {% if s.source == 'pronote' %}Mis à jour par Pronote{% elif s.source == 'import' %}Importé{% else %}Saisi manuellement{% endif %}{% if s.protected %} Conservé lors des synchronisations{% endif %}{% if s.conflict_note %} Conflit à résoudre {{ s.conflict_note }}{% endif %} |
| Pas de cours | ||||
| {{ days[day_num] }} {{ day_date.strftime('%d/%m') }} | |||
|---|---|---|---|
| {{ p.heure }} | {{ p.matiere }} | {{ p.prof }} | {{ p.classe }} |
| Pas de cours | |||
Le planning en direct est mis à jour automatiquement depuis PRONote. Pour importer les données localement, cliquez sur "Importer 3 semaines depuis PRONote".