diff --git a/templates/booking/create/step_1.html.twig b/templates/booking/create/step_1.html.twig index 1115b40..25e7f31 100644 --- a/templates/booking/create/step_1.html.twig +++ b/templates/booking/create/step_1.html.twig @@ -3,19 +3,6 @@ {% block content %} {% include '_partials/_flashes.html.twig' %}

Neue Buchung

- {% if bookingCreateDto.bookingStatus == 'A' %} -
-
- - - -
-

Buchung auf Anfrage

-

Diese Reise kann nur auf Anfrage gebucht werden. Deine Buchung wird nach Eingang geprüft und du erhältst eine Bestätigung.

-
-
-
- {% endif %}

@@ -26,6 +13,19 @@ {# This block contains the room selection form fields #} {% block room_selection_form %}
+ {% if bookingCreateDto.bookingStatus == 'A' %} +
+
+ + + +
+

Buchung auf Anfrage

+

Diese Reise kann nur auf Anfrage gebucht werden. Deine Buchung wird nach Eingang geprüft und du erhältst eine Bestätigung.

+
+
+
+ {% endif %} {{ form_errors(form) }} {% if groupedRooms.by_room is not empty %}