{% extends "base.html" %} {% block title %}{{ room.name }}{% endblock %} {% block everything %} Helfis für {{ room.name }} Startzeit Helfis {% for shift in shifts %} {{ shift.start_at }} {% for reg in shift.valid_registrations.all %}{{ reg.helper.name }}{% if not forloop.last %}, {% endif %}{% endfor %} {% endfor %} {% endblock %}