{% extends 'fisch_booking/_layout.html.twig' %} {% block title %}Kind anmelden – Fit wie ein Fisch{% endblock %} {% block hero %}{% endblock %} {% block content %}
{% if registration %}

Anmeldung abgeschlossen

{{ registration.childFullName }} ist fest angemeldet {% if registration.course %} im {{ registration.course.pool.name }} um {{ registration.course.startTimeFormatted }} Uhr {% endif %}.

Die Bestätigung mit allen Infos zum Schwimmbad geht per E-Mail an Sie raus.

{% elseif link is null %}

Link nicht gefunden

{{ error }}

{% elseif link.used %}

Dieser Link wurde bereits verwendet

Pro Link kann ein Kind angemeldet werden. Bitte wenden Sie sich an die Einrichtung, wenn Sie einen weiteren Platz brauchen.

{% else %} {% set bulk = link.bulkRegistration %}

Kind für den Schwimmkurs anmelden

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

{{ introText|nl2br }}

{% endif %} {% if bulk.course.pool.hasTravelInfo %}
Anfahrt und Parken {% if bulk.course.pool.address %}

Adresse:
{{ bulk.course.pool.address|nl2br }}

{% endif %} {% if bulk.course.pool.directions %}

Anfahrt:
{{ bulk.course.pool.directions|nl2br }}

{% endif %} {% if bulk.course.pool.parkingInfo %}

Parken:
{{ bulk.course.pool.parkingInfo|nl2br }}

{% endif %} {% if bulk.course.pool.mapsUrl %}

Karte öffnen

{% endif %}
{% endif %}
{% include 'fisch_booking/_dynamic_fields.html.twig' with {fields: fields} %}
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}