{% extends "agenda_culturel/page.html" %} {% load i18n %} {% load cat_extra %} {% load event_extra %} {% load utils_extra %} {% load static %} {% block entete_header %} {% css_categories %} {% endblock %} {% block title %} Semaine du {{ calendar.calendar_days_list.0.date }} {% endblock %} {% block content %} {% if home %}
{% include "agenda_culturel/static_content.html" with name="home" url_path="/" %}
{% endif %} {% include "agenda_culturel/filter-inc.html" with filter=filter %}

Semaine du {{ calendar.calendar_days_list.0.date }}

{% for d in calendar.calendar_days_list %} {% include "agenda_culturel/day-inc.html" with day=d fixed_style=calendar.all_in_past filter=filter %} {% endfor %}
Légende : {% show_legend filter=filter %}
{% endblock %}