{% extends "agenda_culturel/page.html" %} {% 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 %} {% with cache_timeout=user.is_authenticated|yesno:"30,600" %} {% cache cache_timeout month user.is_authenticated calendar.firstdate filter.get_url %}

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

{% if calendar.firstdate|shift_day:-1|not_before_first %} {% if calendar.lastdate|not_after_last %} {% endif %} {% endif %}
{% for day in calendar.calendar_days_list %} {% if forloop.counter0|divisibleby:7 %} {% if not forloop.first %}
{% endif %} {% endif %} {% with day.date|date:"Y-m-d" as daytag %} {% with "date-"|add:daytag as daytag %}
{% if day.is_today %} {% endif %}

{{ day.date | date:"l j" }} {% if day.events %} {% endif %}

{% endwith %} {% endwith %} {% endfor %}
{% if calendar.lastdate|shift_day:+1|not_after_last %} {% if calendar.lastdate|not_before_first %} {% endif %} {% endif %}
{% endcache %} {% endwith %} {% endblock %}