{% if calendar.today_in_calendar %} Cette semaine {% else %} semaine du {{ calendar.calendar_days_list.0.date |date:"j F"|frdate }} {% endif %} {% if calendar.firstdate|shift_day:-1|not_before_first %} {% if calendar.lastdate|not_after_last %} {% picto_from_name "chevron-left" %} précédente {% endif %} {% endif %} {% if calendar.lastdate|shift_day:+1|not_after_last %} {% if calendar.lastdate|not_before_first %} suivante {% picto_from_name "chevron-right" %} {% endif %} {% endif %} {% picto_from_name "arrow-left" %} {% 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 %} {% picto_from_name "arrow-right" %} Légende : {% show_legend filter=filter %}