Code: Alles auswählen
{% for item in gesamtliste %}
<tr>
<td style= "text-align: center;">{{item.summe}}</td>
<td > {{item.profil.vorname}} {{item.profil.nachname}}</td>
<td > {{item.profil.gruppe.name}}, {{item.profil.gruppe.lehrer.profil.vorname}} {{item.profil.gruppe.lehrer.profil.nachname}}, {{item.profil.gruppe.lehrer.profil.schule.schulname}}, {{item.profil.gruppe.lehrer.profil.schule.ort.name}}</td>
</tr>
{% endfor %}