{% load rooms %} {% for day in courses %}

{% filter title %}{{ day.0.begin|date:"l j F o" }}{% endfilter %} – de {{ day.0.begin|date:"H:i" }} à {% with day|last as last %}{{ last.end|date:"H:i" }}{% endwith %}

{% empty %}

Aucun cours cette semaine.

{% endfor %}