{% extends 'base.html' %} {% block title %}Seznam tříd{% endblock %} {% block content %}
Seznam tříd
{% for (cls, t) in classList.items() %} {% endfor %}
Třída Učitel
{{ cls.name }} {{ t.name }}
{% endblock %}