{% include 'appointment/booking/_mobi_booking_assets.html.twig' %} {% include 'appointment/booking/_booking_progress.html.twig' with {currentStep: 2} %}
{% include 'appointment/booking/_booking_back_nav.html.twig' with { backUrl: path('public_booking_index'), backLabel: 'Zurück zur Standortauswahl' } %}

{{ location.name }}

{% if location.description %}

{{ location.description }}

{% endif %}
{% include 'appointment/booking/_booking_section_head.html.twig' with { title: 'Wähle deine Zielgruppe', subtitle: 'Tippe auf eine Zielgruppe, um die Kurse zu sehen.' } %}
{% for targetGroup, courses in targetGroups %}

{{ targetGroup }}

{% if targetGroup == 'Kinder 4-5 Jahre' %} Perfekt für die ersten Schwimmversuche der Kleinsten {% elseif targetGroup == 'Kinder 6-8 Jahre' %} Grundlagen des Schwimmens für Schulkinder {% elseif targetGroup == 'Eltern-Kind-Kurs' %} Gemeinsam mit Mama oder Papa schwimmen lernen {% elseif targetGroup == 'Erwachsene' %} Schwimmen lernen oder Technik verbessern {% else %} Verschiedene Kurse für alle Altersgruppen {% endif %}
{{ courses|length }} Kurs{{ courses|length != 1 ? 'e' : '' }}
{% endfor %}
{% include 'appointment/booking/_booking_back_nav.html.twig' with { backUrl: path('public_booking_index'), backLabel: 'Zurück zur Standortauswahl' } %}