|
|
|
@ -23,22 +23,22 @@
|
|
|
|
|
<strong>Treffpunkt:</strong> {{ shift.room.meeting_location|linebreaksbr }}<br>
|
|
|
|
|
<strong>Belegung:</strong> {{ shift.registration_count }}/{{ shift.required_helpers|default:shift.room.required_helpers }}
|
|
|
|
|
</p>
|
|
|
|
|
{% if shift.room.description|length > 100 or shift.description|length > 100 %}
|
|
|
|
|
{% include 'partials/shift_detail_buttons.html'%}
|
|
|
|
|
{% 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 %}
|
|
|
|
|
{% if shift.room.description|length > 100 or shift.description|length > 100 %}
|
|
|
|
|
{% include 'partials/shift_detail_buttons.html'%}
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% if shift.room.description %}
|
|
|
|
|
<div class="description{% if shift.room.description|length > 100 or shift.description|length > 100 %} mt-4{% endif %}">
|
|
|
|
|
<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>
|
|
|
|
|
{% include 'partials/shift_detail_buttons.html'%}
|
|
|
|
|
{% include 'partials/shift_detail_buttons.html'%}
|
|
|
|
|
</div>
|
|
|
|
|
{% endblock %}
|
|
|
|
|