{% extends 'layout.html.twig' %} {% block title %}{{ resultType == 'booking' ? 'Buchung erfolgreich' : 'Anfrage erfolgreich' }}{% endblock %} {% block background %}bg-outer bg-outer--summer{% endblock %} {% block content %}
{% include '_partials/_alert.html.twig' with { level: 'success', title: 'Vielen Dank!', messages: [ resultType == 'booking' ? 'Deine Buchung ist bei uns eingegangen. Du erhältst in Kürze eine Bestätigung.' : 'Deine Anfrage ist bei uns eingegangen. Wir melden uns so schnell wie möglich bei dir.' ] } %}
{% endblock %}