{% extends "base.html" %} {% block title %}Planning — GMAO Collège{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
| Lun | Mar | Mer | Jeu | Ven | Sam | Dim |
|---|---|---|---|---|---|---|
|
{{ day.date.day }}
{% if day.is_on_leave %}{% endif %}
{% for cl in day.closures %}
{{ cl.label[:20] }}
{% endfor %}
{% for interv in day.interventions %}
{{ interv.title[:18] }}{% if interv.title|length > 18 %}…{% endif %}
{% endfor %}
|
{% endfor %}
Aucun événement ce mois-ci