{% extends "core/vue_base.html" %} {% load static i18n %} {% block page_title %}{% trans "Select Coursebook" %}{% endblock %} {% block browser_title %}{% trans "Select Coursebook" %}{% endblock %} {% block content %} {% for lesson in lessons %} {% for group in lesson.groups.all %}{{ group.short_name }}{% if not forloop.last %},{% endif %}{% endfor %} ยท {{ lesson.subject.name }} {{ lesson.validity.date_start }}-{{ lesson.validity.date_end }} {{ lesson.teachers.all|join:"," }} {# #} mdi-book-search-outline {% trans "Open in coursebook" %} {% empty %} mdi-book-off-outline Whoops, 404 The page you were looking for does not exist Get me out of here! {% endfor %} {% endblock %} {% block extra_body %} {# #} {% endblock %}
The page you were looking for does not exist