{% extends "autoscroll.html" %} {% block everything %} {% include "notifications.html" %} Teamschichten für {{ today|date:"l, d. F Y" }} Schicht Startzeit Teammitglied(er) {% for shift in team_shifts %} {{ 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 %} {% empty %} :) {% endfor %} {% endblock %}