{% include 'partials/header.html' %} Alle Pläne Lehrkräfte {% for teacher in teachers %} {{ teacher.shortcode }} {% endfor %} Klassen {% for class in classes %} {{ class.name }} {% endfor %} Räume {% for room in rooms %} {{ room.shortcode }} {% endfor %} {% include 'partials/footer.html' %}