{% extends "base.html" %} {% block title %}Planning — GMAO Collège{% endblock %} {% block content %}
| {{ day }} | {% endfor %}|
|---|---|
| {% else %} {% set td_class = '' %} {% if day_info.is_vacation %} {% set td_class = 'table-dark' %} {% elif day_info.is_leave %} {% set td_class = 'table-warning' %} {% elif day_info.is_weekend %} {% set td_class = 'table-secondary' %} {% endif %} | {% set date_str = day_info.date.strftime('%Y-%m-%d') %} {{ day_info.day }} | {% endif %} {% endfor %}