{% extends "team_base.html" %} {% block title %}Schichtuebersicht{% endblock %} {% block content %} {%if running_shifts%}

Laufende Schichten

{%endif%}

Naechste Schichten

{%for shift in next_shifts%}
  • {{ shift.room.name }} {{shift.start_at}}({{shift.shiftregistration_set.count}}/{{shift.room.required_helpers}})Details
  • {%endfor%} {% endblock %}