Réservations en cours sur les 4 prochaines semaines

{% regroup json.data by day as activites %} {% for act in activites %} {% with f=act.list|first %} {% ifchanged %}

Semaine du {{ f.week|split:":"|slice:"1:2"|first|date:"j F Y" }} au {{ f.week|split:":"|last|date:"j F Y" }}

{% endifchanged %} {% endwith %}

{{ act.grouper|date:"l j F Y" }}

{% endfor %}