{% 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 %} {{ calendar.firstdate | date:"F o" }} {% endblock %} {% block content %} {% include "agenda_culturel/filter-inc.html" with filter=filter %}

{{ calendar.firstdate | date:"F o" }}

{% for d in calendar.calendar_days_list %} {% if forloop.counter0|divisibleby:7 %} {% if not forloop.first %}
{% endif %} {% endif %} {% include "agenda_culturel/day-inc.html" with day=d resume=1 fixed_style=calendar.all_in_past filter=filter headers="h3" %} {% endfor %}
Légende : {% show_legend filter=filter %}
{% endblock %}