{% if can_register and not shift.deleted %}
{% csrf_token %} {{ shift_form.as_p }}
{% endif %} {% if is_registered and not shift.deleted %} {% if can_cancel %}
{% csrf_token %} {{ shift_form.as_p }}
{% elif not shift.has_ended %}
Bitte wende dich an den Infopoint, falls du es nicht zu deiner Schicht schaffst.
{% endif %} {% endif %}