{% 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 '-' }} |
| 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".