{% if(isPossible) %}
| Datum: | {{ fewo_booking_request.fromDate|date }} - {{ fewo_booking_request.toDate|date }} |
| Saison: | {{ season }} |
| Mindestbelegung: | {{ values.minimumStay }} {{ values.minimumStay < 2 ? 'Nacht' : 'Nächte' }} |
| + {{ values.price|number_format(2) }} € | {{ values.numberDays }} {{ values.numberDays < 2 ? 'Nacht' : 'Nächte' }} x {{ values.perNight|number_format(2) }} € |
| + {{ priceResult.flatPrice|number_format(2) }} € | Service-Gebühr |
| + {{ priceResult.deposit|number_format(2) }} € | Kaution |
| = {{ priceResult.total_price|number_format(2) }} € | Gesamtpreis der Reise |