{% blocktrans with day=day|naturalday:"l" %}
My timetable for {{ day }}
{% endblocktrans %}
{% if has_plan %}
{% include "chronos/partials/lessons_col.html" with lesson_periods=lesson_periods %}
{% else %}
{% blocktrans %}
There is no timetable linked to your person.
{% endblocktrans %}
{% endif %}