{% extends "base_without_footer_header.html" %}{% block title %}KI4TUK Review{% endblock %}{% block content %}

RAT Vorlesungsliste


{% for lecture in lectures %} {% endfor %}
Vorlesung Gesamtzahl erstellter RATs
{{ lecture.title }} {{ lecture.rats|length}}
{% endblock %} {% block scripts %} {% endblock %}