|
|
|
@ -4,9 +4,16 @@
|
|
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
<h3 class="title is-spaced">{% if shift.deleted %}(gelöscht) {% endif %}{{ shift.room.name }} {{ shift.start_at }} ({{ shift.registration_count }}/{{ shift.required_helpers|default:shift.room.required_helpers }})</h3>
|
|
|
|
|
{% if shift.room.description %}
|
|
|
|
|
<div class="description">
|
|
|
|
|
<strong>Beschreibung:</strong>
|
|
|
|
|
<p>{{ shift.room.description|safe|linebreaksbr }}</p>
|
|
|
|
|
</div>
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% if shift.description %}
|
|
|
|
|
<div class="content">
|
|
|
|
|
<em>{{ shift.description|linebreaksbr }}</em>
|
|
|
|
|
<div class="description">
|
|
|
|
|
<strong>Zusatzinfo:</strong>
|
|
|
|
|
<p>{{ shift.description|linebreaksbr }}</p>
|
|
|
|
|
</div>
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% if shift.shiftregistration_set.all %}
|
|
|
|
|