{% 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 watchdog importe automatiquement les plannings PRONOTE toutes les minutes. Les données sont stockées localement pour consultation même hors connexion.