Ort: {{ shift.room.name }}
Beginn: {{ shift.start_at }}
Dauer: {{ shift.duration }}
{% if can_register %}
{% endif %}
{% if is_registered %}
{% if can_cancel %}
{% elif not shift.has_ended %}
{% extends "helper_base.html" %} {% block title %}Schichtansicht{% endblock %} {% block content %}