|
|
|
@ -20,14 +20,18 @@
|
|
|
|
|
<strong>Dauer:</strong> {{ shift.duration }}<br>
|
|
|
|
|
<strong>Treffpunkt:</strong> {{ shift.room.meeting_location|linebreaksbr }}
|
|
|
|
|
</p>
|
|
|
|
|
{% if shift.room.description %}
|
|
|
|
|
<strong>Beschreibung:</strong>
|
|
|
|
|
<p>{{ shift.room.description|linebreaksbr }}</p>
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% if shift.description %}
|
|
|
|
|
<strong>Zusatzinfo:</strong>
|
|
|
|
|
<p>{{ shift.description|linebreaksbr }}</p>
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% if shift.room.description %}
|
|
|
|
|
<div class="description">
|
|
|
|
|
<strong>Beschreibung:</strong>
|
|
|
|
|
<p>{{ shift.room.description|linebreaksbr|safe }}</p>
|
|
|
|
|
</div>
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% if shift.description %}
|
|
|
|
|
<div class="description">
|
|
|
|
|
<strong>Zusatzinfo:</strong>
|
|
|
|
|
<p>{{ shift.description|linebreaksbr }}</p>
|
|
|
|
|
</div>
|
|
|
|
|
{% endif %}
|
|
|
|
|
</div>
|
|
|
|
|
{% if can_register and not shift.deleted %}
|
|
|
|
|
<form action="" method="post">
|
|
|
|
|