{% 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 %} Événements de la semaine {{ week }} - {{ year }} {% endblock %} {% block main-fluid %}-fluid{% endblock %} {% block footer-fluid %}-fluid{% endblock %} {% block content %} {% if home %}
{% include "agenda_culturel/static_content.html" with name="home" url_path="/" %}
{% endif %}

Les événements de la semaine {{ week }}

Du {{ calendar.calendar_days_list.0.date }} au {{ calendar.calendar_days_list.6.date }}

{% include "agenda_culturel/filter-inc.html" with filter=filter %}
{% 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 %}
{% endblock %}