{% extends "helper_base.html" %} {% block title %}Freie Schichten{% endblock %} {% block content %} {% if current_shift %}

Aktuelle Schicht

{{ current_shift.room.name }} {{ current_shift.start_at }}Details {% endif %} {% if my_shifts %}

Meine Schichten:

{% endif %}
{% if free_shifts %}

Freie Schichten:

{% else %} Alle Schichten sind voll. Schau später noch mal vorbei. {% endif %} {% endblock %}