{% extends "main.html" %} {% load static %} {% block title %}Emploi du temps{% endblock %} {% block head %} {% endblock %} {% block content %}

Emploi du temps de la semaine {{ week }} du {{first_day|date:"SHORT_DATE_FORMAT"}} au {{last_day|date:"SHORT_DATE_FORMAT"}}

{{ events_viewer }}
{% comment %} {% if days_in_week > 5 %}{% if days_in_week > 6 %} {% endif %}{% endif %} {% for hour, entries in edt_table %} {% for entry in entries %} {% endfor %} {% endfor %}
Lundi Mardi Mercredi Jeudi VendrediSamediDimanche
{{ hour|date:"H:i" }} {{ entry.text }}{% if entry.extra %}{% endif %}
{% endcomment %}
{% endblock %}