{% extends 'core/base.html' %} {% load i18n static %} {% block extra_head %} {% 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 "timetable/hintsinplan.html" %}#}
{# Date #}
{% include "chronos/partials/datepicker.html" with display_date_only=1 %} {# {% if holiday %}#} {# {{ holiday.0 }}#} {# {% endif %}#}
{# Lessons #} {% for period, lessons in lesson_periods.items %}
{% include "chronos/partials/period_time.html" with period=period periods=periods %}
{# A lesson #} {% include "chronos/partials/lesson.html" with lessons=lessons %}
{% endfor %}
{% endblock %}