{% extends "base.html" %}{% block title %}Alle Vorlesungen{% endblock %}{% block content %}
| ID | Titel | Dozent | Semester | {% if user.user_rights > 2 %}{% endif %} | |||||
|---|---|---|---|---|---|---|---|---|---|
| {{ lecture.id }} | {{ lecture.title }} | {{ lecture.instructor }} | {{ lecture.semester }} | {% if user.user_rights > 2 %}Bearbeiten | {% endif %} {% if lecture.id not in enrolled_lectures %}
|
{% else %}
{% if lecture.id in available_again %}
|
{% elif lecture.id in left_lectures %}
Vorlesung bereits verlassen | {% else %}
|
{% endif %}
{% endif %}
{% if user.user_rights > 3 %}
|