{# -*- engine:django -*- #} {% extends 'core/base.html' %} {% load i18n static %} {% block extra_head %} {% endblock %} {% block browser_title %}{% blocktrans %}My timetable{% endblocktrans %}{% endblock %} {% block no_page_title %}{% endblock %} {% block content %}

{% trans "My timetable" %} {{ el }} {% trans "SMART PLAN" %}

{% trans "Show week timetable for" %} {{ super.el.short_name }}
{% include "core/announcements.html" with announcements=announcements %}
{# Date #}
{% include "chronos/partials/datepicker.html" with display_date_only=1 %} {# {% if holiday %}#} {# {{ holiday.0 }}#} {# {% endif %}#}
{# Lessons #} {% include "chronos/partials/lessons_col.html" with lesson_periods=lesson_periods %}
{% endblock %}