{% extends "base.html" %} {% block title %}Liste von Dozenten{% endblock %} {% block content %}

Liste von Dozenten

{% for lecturer in object_list %} {% endfor %}
id Name Actions
{{lecturer.id}} {{lecturer.first_name}} {{lecturer.last_name}} details editieren
id Name Actions
{% endblock %}