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

Helfis für {{ room.name }}

{% for shift in shifts %} {% endfor %}
Startzeit Helfis
{{ shift.start_at }}{% with shift.start_at|night_from_to as night %}{% if night %} ({{ night }}){% endif %}{% endwith %} {% for reg in shift.valid_registrations.all %}{{ reg.helper.name }}{% if not forloop.last %}, {% endif %}{% endfor %}
{% endblock %}