{# -*- engine:django -*- #} {% load i18n static humanize %}
{% 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 %}

info {% blocktrans %} There is no timetable linked to your person. {% endblocktrans %}

{% endif %}
{% if has_plan %}
{% trans "Go to smart plan" %}
{% endif %}