{# Mutability information (edit mode only) #}
{% if mutableData is defined %}
Aktualisierung möglich bis
•Zusatzleistungen:
{% if mutableData.items['additional_services'].mutable %}
{{ mutableData.items['additional_services'].mutableBefore|date('d.m.Y') }}
{% else %}
nicht mehr möglich
{% endif %}
•Beförderung:
{% if mutableData.items['transportation'].mutable %}
{{ mutableData.items['transportation'].mutableBefore|date('d.m.Y') }}
{% else %}
nicht mehr möglich
{% endif %}
•Zustiege:
{% if mutableData.items['pickup'].mutable %}
{{ mutableData.items['pickup'].mutableBefore|date('d.m.Y') }}
{% else %}
nicht mehr möglich
{% endif %}
{% endif %}
{# Travel Information #}
{% if cmsData.hotel.images is defined %}
{% endif %}
{% if cmsData.hotel.address is defined %}
{{ cmsData.hotel.name }}
{{ cmsData.hotel.address | nl2br }}
{% endif %}
{# Rooms Section #}
{% if pricingData.rooms is not empty %}
Unterkunft
{% for roomPricing in pricingData.rooms %}
{{ roomPricing.quantity }}x {{ roomPricing.label }}
{% if assignmentCounts is defined and assignmentCounts[roomPricing.roomId] is defined %}
{{ assignmentCounts[roomPricing.roomId] }} belegt
{% endif %}