{% extends 'fisch_booking/_layout.html.twig' %} {% block title %}Plätze buchen – Fit wie ein Fisch{% endblock %} {% block hero %}{% endblock %} {% block content %}
{% if bulk is null %}

Link nicht gefunden

{{ error }}

{% elseif done %}

Plätze gebucht

{{ bulk.reservedSlots }} Plätze im {{ bulk.course.pool.name }} um {{ bulk.course.startTimeFormatted }} Uhr sind für {{ bulk.institutionName ?: 'Ihre Einrichtung' }} reserviert.

Die Anmeldelinks für die Eltern haben wir an {{ bulk.institutionEmail }} geschickt. Bitte geben Sie je einen Link an eine Familie weiter — jeder Link gilt für ein Kind.


Die Links im Überblick

{% else %}

Kursplätze für Ihre Einrichtung buchen

{% if error %}
{{ error }}
{% endif %} {% if introText %}

{{ introText|nl2br }}

{% endif %}
{% include 'fisch_booking/_dynamic_fields.html.twig' with { fields: fields, values: { institutionName: bulk.institutionName, institutionEmail: bulk.institutionEmail, contactName: bulk.contactName, reservedSlots: bulk.reservedSlots, notes: bulk.notes } } %}
{% endif %}
{% endblock %}