{% extends "base.html" %} {% block title %}Mes horaires — GMAO Collège{% endblock %} {% block content %}

Mes horaires

Planning

Configure tes jours et horaires de travail. Le planning tiendra compte de tes disponibilités pour les interventions préventives.

{{ csrf_token|safe if csrf_token else '' }} {% for day_num in range(1, 8) %} {% set ws = schedules.get(day_num) %}
Non travaillé
{% endfor %}
{% block scripts %} {% endblock %} {% endblock %}