{% load i18n %} {% if not sub.sub.is_event %} {% if sub.sub.type == 3 %} {% trans "Supervision" %} {% elif not sub.lesson_period.lesson.subject and not sub.subject %} {% elif sub.sub.type == 1 or sub.sub.type == 2 %} {{ sub.lesson_period.lesson.subject.abbrev }} {% elif sub.subject and sub.lesson_period.lesson.subject %} {{ sub.lesson_period.lesson.subject.abbrev }} {{ sub.subject.abbrev }} {% elif sub.subject and not sub.lesson_period.lesson.subject %} {{ sub.subject.abbrev }} {% else %} {{ sub.lesson_period.lesson.subject.abbrev }} {% endif %} {% endif %}