|
|
@ -2,7 +2,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
{% block title %}Schichtdetails{% endblock %}
|
|
|
|
{% block title %}Schichtdetails{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
{% block content %}
|
|
|
|
<h3 class="title is-spaced">{% if shift.deleted %}(gelöscht) {% endif %}{{ shift.room.name }} {{ shift.start_at }} ({{ shift.shiftregistration_set.count }}/{{ shift.required_helpers|default:shift.room.required_helpers }})</h3>
|
|
|
|
<h3 class="title">{% if shift.deleted %}(gelöscht) {% endif %}{{ shift.room.name }} {{ shift.start_at }} ({{ shift.shiftregistration_set.count }}/{{ shift.required_helpers|default:shift.room.required_helpers }})</h3>
|
|
|
|
|
|
|
|
{% if shift.description %}
|
|
|
|
|
|
|
|
<div class="content">
|
|
|
|
|
|
|
|
<em>{{ shift.description|linebreaksbr }}</em>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
{% if shift.shiftregistration_set.all %}
|
|
|
|
{% if shift.shiftregistration_set.all %}
|
|
|
|
<h5 class="subtitle">Helfer*innen</h5>
|
|
|
|
<h5 class="subtitle">Helfer*innen</h5>
|
|
|
|
<div class="columns is-multiline">
|
|
|
|
<div class="columns is-multiline">
|
|
|
|