{% if json.extra_data %}

Agenda de l'année scolaire {{ json.extra_data.school_year }}

{% with first_monday=json.extra_data.start_date|adjust_to_week_monday %} {% with last_day=json.extra_data.end_date|adjust_to_week_monday|add_days:6 %} {% now 'Y-m-d' as now %} {% spaceless %} {% endspaceless %} {% endwith %} {% endwith %}
{% endif %}