{% picto_from_name "arrow-left" %}
{% if calendar.firstdate|shift_day:-1|not_before_first %}
{% if calendar.lastdate|not_after_last %}
{% if category %}
{% else %}
{% endif %}
{% endif %}
{% endif %}
{% for day in calendar.calendar_days_list %}
{% with day.date|date:"Y-m-d" as daytag %}
{% with "date-"|add:daytag as daytag %}
{% if day.is_today %}
{% endif %}
{% if day.events %}
{% for event in day.events %}
{% if event.is_first_after_now %}
{% endif %}
- {{ event.category | circle_cat:event.has_recurrences }}
{% if event.start_day == day.date and event.start_time %}
{{ event.start_time }}
{% endif %}
{{ event|picto_status }} {{ event.title|no_emoji }}
{{ event|tw_badge }}
{% endfor %}
{% if day.is_today_after_events %}
{% endif %}
- voir en détail {% picto_from_name "chevrons-right" %}
{% endif %}
{% endwith %}
{% endwith %}
{% endfor %}
{% picto_from_name "arrow-right" %}
{% if calendar.lastdate|shift_day:+1|not_after_last %}
{% if calendar.lastdate|not_before_first %}
{% if category %}
{% else %}
{% endif %}
{% endif %}
{% endif %}
{% cache 90000 footer_week user.is_authenticated calendar.firstdate category filter.get_url %}