{% extends "base.html" %} {% block title %}{{ room.name }}{% endblock %} {% block everything %}

Helfis für {{ room.name }}

{% for shift in shifts %} {% endfor %}
Startzeit Helfis
{{ shift.start_at }} {% for reg in shift.valid_registrations.all %}{{ reg.helper.name }}{% if not forloop.last %}, {% endif %}{% endfor %}
{% endblock %}