{% extends "base.html" %} {% block everything %} Helfer:innen für {{ room.name }} Startzeit Helfer:innen {% for shift in room.shift_set.all|dictsort:"start_at" %} {{ shift.start_at }} {% for reg in shift.shiftregistration_set.all %}{{ reg.helper.name }}{% if not forloop.last %}, {% endif %}{% endfor %} {% endfor %} {% endblock %}