{% 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 {% trans "No Coursebook" %} {% trans "There are no courses where you are a teacher." %} {% endfor %} {% endblock %} {% block extra_body %} {# #} {% endblock %}
{% trans "There are no courses where you are a teacher." %}