|
|
@ -21,12 +21,16 @@
|
|
|
|
<strong>Treffpunkt:</strong> {{ shift.room.meeting_location|linebreaksbr }}
|
|
|
|
<strong>Treffpunkt:</strong> {{ shift.room.meeting_location|linebreaksbr }}
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
{% if shift.room.description %}
|
|
|
|
{% if shift.room.description %}
|
|
|
|
|
|
|
|
<div class="description">
|
|
|
|
<strong>Beschreibung:</strong>
|
|
|
|
<strong>Beschreibung:</strong>
|
|
|
|
<p>{{ shift.room.description|linebreaksbr }}</p>
|
|
|
|
<p>{{ shift.room.description|linebreaksbr|safe }}</p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
{% if shift.description %}
|
|
|
|
{% if shift.description %}
|
|
|
|
|
|
|
|
<div class="description">
|
|
|
|
<strong>Zusatzinfo:</strong>
|
|
|
|
<strong>Zusatzinfo:</strong>
|
|
|
|
<p>{{ shift.description|linebreaksbr }}</p>
|
|
|
|
<p>{{ shift.description|linebreaksbr }}</p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% if can_register and not shift.deleted %}
|
|
|
|
{% if can_register and not shift.deleted %}
|
|
|
|