{% extends "agenda_culturel/page.html" %} {% load i18n %} {% load cat_extra %} {% load event_extra %} {% load utils_extra %} {% load static %} {% load cache %} {% block entete_header %} {% css_categories %} {% endblock %} {% block title %}{% block og_title %} {{ calendar.firstdate | date:"F o" }} {% endblock %}{% endblock %} {% block ce_mois_ci_parameters %}{% block cette_semaine_parameters %}{% block a_venir_parameters %}?{{ filter.get_url }}{% endblock %}{% endblock %}{% endblock %} {% block content %} {% include "agenda_culturel/filter-inc.html" with filter=filter noarticle=0 %} {% get_current_language as LANGUAGE_CODE %} {% with cache_timeout=user.is_authenticated|yesno:"30,600" %} {% cache cache_timeout month user.is_authenticated calendar.firstdate filter.get_url LANGUAGE_CODE %}

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

{% if calendar.firstdate|shift_day:-1|not_before_first %} {% if calendar.lastdate|not_after_last %} {% endif %} {% endif %}
{% 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 %}
{% if calendar.lastdate|shift_day:+1|not_after_last %} {% if calendar.lastdate|not_before_first %} {% endif %} {% endif %}
{% endcache %} {% endwith %} {% endblock %}