{% extends 'pruefplan/tableBase.html' %} {% block title %}Prüfungsplan - Ansicht Fächer{% endblock %} {% block table %}

Prüfungsplan - Ansicht Fächer

{% for sub in subjects %} {% endfor %}
Identification Initials Name
{{ sub.identification }} {{ sub.initials }} {{ sub.name }}
{% endblock %}