{% extends 'base.html' %} {% block title %}Ergebnis{% endblock %} {% block content %} Assessment Ergebnis ThemaJA Antworten {% for row in rows %} {{ row.kurztitel }}{{ row.ja_anzahl }} {% endfor %} {% endblock %}