@ -3,20 +3,22 @@
{% block title %}Schichtdetails{% endblock %}
{% block content %}
< h3 class = "title is-spaced" > {% if shift.deleted %}(gelöscht) {% endif %}
< h3 class = "title is-spaced" >
{% if shift.deleted %}(gelöscht) {% endif %}
< a href = "{% url 'team:shift_room' shift.room.name %}" > {{ shift.room.name }}< / a >
{{ shift.start_at }} ({{ shift.registration_count }}/{{ shift.required_helpers|default:shift.room.required_helpers }})< / h3 >
{{ shift.start_at }} ({{ shift.registration_count }}/{{ shift.required_helpers|default:shift.room.required_helpers }})
< / h3 >
{% if shift.room.description %}
< div class = " des cripti on">
< div class = " content ">
< strong > Beschreibung:< / strong >
< p > {{ shift.room.description|safe|linebreaksbr }}< / p >
< / div >
< / div >
{% endif %}
{% if shift.description %}
< div class = " des cripti on">
< div class = " content ">
< strong > Zusatzinfo:< / strong >
< p > {{ shift.description|linebreaksbr }}< / p >
< / div >
< / div >
{% endif %}
{% if shift.shiftregistration_set.all %}
< h5 class = "subtitle" > Helfer*innen< / h5 >