{% extends "autoscroll.html" %} {% block everything %}
{% include "notifications.html" %}

Teamschichten für {{ today|date:"l, d. F Y" }}

{% for shift in team_shifts %} {% empty %} {% endfor %}
Schicht Startzeit Teammitglied(er)
{{ shift.room.name }} {{ shift.start_at }} {% for fa in shift.fallbackassignment_set.all %}{% if not fa.was_full %}{{ fa.team_member.name }}{% if not forloop.last %}, {% endif %}{% endif %}{% endfor %}
:)
{% endblock %}