diff --git a/trunk/app/Resources/views/default/admin/lodgingsEdit.html.twig b/trunk/app/Resources/views/default/admin/lodgingsEdit.html.twig index fda20976..67945e13 100644 --- a/trunk/app/Resources/views/default/admin/lodgingsEdit.html.twig +++ b/trunk/app/Resources/views/default/admin/lodgingsEdit.html.twig @@ -260,6 +260,8 @@ {{ form_row(form.zipCode, {'label': 'PLZ'}) }} {{ form_row(form.city, {'label': 'Ort'}) }} {{ form_row(form.maximumPersons, {'label': 'Maximale Personenanzahl'}) }} + {{ form_row(form.maximumAdults, {'label': 'Maximale Erwachsene'}) }} + {{ form_row(form.maximumChilds, {'label': 'Maximale Kinder'}) }} {{ form_row(form.deposit, {'label': 'Kaution'}) }} {# diff --git a/trunk/app/Resources/views/default/components/booking/fewoSummary.html.twig b/trunk/app/Resources/views/default/components/booking/fewoSummary.html.twig index ddbb2994..092f38fe 100644 --- a/trunk/app/Resources/views/default/components/booking/fewoSummary.html.twig +++ b/trunk/app/Resources/views/default/components/booking/fewoSummary.html.twig @@ -66,7 +66,7 @@ = {{ priceResult.total_price|number_format(2) }} € - Gesamtpreis der Reise + Miete inkl. Kaution diff --git a/trunk/app/Resources/views/default/components/booking/insurance.html.twig b/trunk/app/Resources/views/default/components/booking/insurance.html.twig index 26f10a49..8bc389d9 100644 --- a/trunk/app/Resources/views/default/components/booking/insurance.html.twig +++ b/trunk/app/Resources/views/default/components/booking/insurance.html.twig @@ -11,7 +11,7 @@ @@ -49,16 +49,19 @@ {% block body %}

Leistungen & Preisliste

-