{% 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 %} {{ day | date:"l j F Y"|frdate }} {% endblock %}{% endblock %} {% block content %} {% get_current_language as LANGUAGE_CODE %} {% with cache_timeout=user.is_authenticated|yesno:"30,600" %} {% cache cache_timeout day user.is_authenticated day filter.to_str LANGUAGE_CODE %} {% include "agenda_culturel/filter-inc.html" with filter=filter %}