{# 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 %}