{% extends 'layout_admin.html.twig' %} {% block content %} Neue Buchung {% form_theme form 'forms_admin.html.twig' %} {{ form_start(form) }}
{{ form_row(form.accommodation) }}

Kontaktdaten

{{ form_row(form.groupName) }} {{ form_row(form.salutation) }} {{ form_row(form.firstName) }} {{ form_row(form.lastName) }} {{ form_row(form.email) }} {{ form_row(form.phone) }} {{ form_row(form.street) }} {{ form_row(form.zip) }} {{ form_row(form.city) }}

Reisedaten

{{ form_row(form.dateFrom) }} {{ form_row(form.dateTo) }} {{ form_row(form.paxCount) }} {{ form_row(form.minorsCount) }} {{ form_row(form.childrenCount) }}

Status & Rabatt

{{ form_row(form.isInquiry) }}
{{ form_row(form.accommodationDiscount) }} {{ form_row(form.boardServiceDiscount) }} {{ form_row(form.additionalServicesDiscount) }}
{{ form_row(form.remarks) }}
zurück
{{ form_rest(form) }} {{ form_end(form) }} {% endblock %}