{% extends "pruefplan/tableBase.html" %} {% load static %} {% block additionalScript %} {% endblock %} {% block table %}

Prüfungsplan - {{ lecturer.firstName }} {{ lecturer.lastName }}

{% for examExeLine in lecExamLines %} {% endfor %} {% comment %} {% endcomment %}
Datum Wochentag Raum Fachkennung Fächer Fächerbezeichnung Teilprüfung Anzahl Anmeldungen Aufsichtsart
{{ examExeLine.date|date:"d.m.Y" }} {{ examExeLine.time|date:"H:i" }} {{ examExeLine.weekday }} {{ examExeLine.location|default_if_none:'' }} {{ examExeLine.examIdent|default_if_none:'' }} {% for subject in examExeLine.subjectIds.all %} {{ subject.initials }}
{% endfor %}
{% for subject in examExeLine.subjectIds.all %} {{ subject.name }}
{% endfor %}
{% for subject in examExeLine.subjectIds.all %} {{ subject.identification }}
{% endfor %}
{{ examExeLine.examStudCound|default_if_none:'' }} {{ examExeLine.supervisorType }}
Aufsichtspersonen: {% for examExecutions in examExeLine.executionSet %} {{ examExecutions.lecturer.firstName }} {{ examExecutions.lecturer.lastName }}
{% endfor %}
Prüfungskennung: {{ examExeLine.partialExamIdent }}
{% endblock %} {% comment %} {% for examExeLine in lecExamExes %} {{ examExeLine.partialExam.exam.date|date:"d.m.Y" }} {{ examExeLine.partialExam.exam.time|date:"H:i" }} {{ examExeLine.partialExam.exam.weekday }} {{ examExeLine.location }} {% endblock %} {% comment %} {% for examExeLine in lecExamExes %} {{ examExeLine.partialExam.exam.date|date:"d.m.Y" }} {{ examExeLine.partialExam.exam.time|date:"H:i" }} {{ examExeLine.partialExam.exam.weekday }} {{ examExeLine.location }} {% for subject in examExeLine.subjectIds.all %}{{ subject.initials }}
{% endfor %} {{ examExeLine.partialExam.identification }} {% for subject in examExeLine.subjectIds.all %}{{ subject.name }}
{% endfor %} {% for subject in examExeLine.subjectIds.all %} {{ subject.identification }}
{% endfor %} {% for subject in examExeLine.subjectIds.all %} {{ subject.initials }}
{% endfor %} {{ examExeLine.partialExam.identification }} {% for subject in examExeLine.subjectIds.all %} {{ subject.name }}
{% endfor %} {% for subject in examExeLine.subjectIds.all %} {{ subject.identification }}
{% endfor %} {{ examExeLine.partialExam.regStudCount }} {{ examExeLine.supervisorType }}
Aufsichtspersonen: {% for examExecutions in examExeLine.partialExam.examexecution_set.all %} {{ examExecutions.lecturer.firstName }} {{ examExecutions.lecturer.lastName }}
{% endfor %}
Prüfungskennung: {{ examExeLine.partialExam.exam.identification }}
{% endfor %} {{ examExeLine.partialExam.regStudCount }} {{ examExeLine.supervisorType }}
Aufsichtspersonen: {% for examExecutions in examExeLine.partialExam.examexecution_set.all %} {{ examExecutions.lecturer.firstName }} {{ examExecutions.lecturer.lastName }}
{% endfor %}
Prüfungskennung: {{ examExeLine.partialExam.exam.identification }}
{% endfor %} {% endcomment %}