{% include 'EMAIL_LOGO_HEADER.html.twig' %}
{% include 'EMAIL_RESERVATION_INTRO.html.twig' %}
{% include 'EMAIL_SPACER.html.twig' %}
{% include 'EMAIL_GREETING.html.twig' %}
{% include 'EMAIL_RESERVATION_OUTRO.html.twig' %}
{% include 'EMAIL_SPACER.html.twig' %}
{% include 'EMAIL_RESERVATION_START.html.twig' %}
{% include 'EMAIL_RESERVATION_END.html.twig' %}
|
{% include 'EMAIL_SPACER.html.twig' %}
{{ translations['ORMLF']['RESBEST']['carAndConditions'] }}
|
|
|
{{ translations['ORMLF']['step4']['vehicle'] }}
|
{{ booking.vehicle.vehicleName }}
[{{ booking.vehicle.vehicleType }}{{ booking.vehicle.vehicleCategory ? " | " : "" }}
{{ booking.vehicle.vehicleCategory }}{{ booking.vehicle.vehicleCategory ? " | " : "" }}{{ booking.vehicle.vehicleGroup.id }}
]
|
{{ translations['ORMLF']['customer']['booking_list']['license'] }}
|
{{ booking.vehicle.licensePlate }} |
{% if booking.vehicle.vehicleMileage %}
{{ translations['ORMLF']['customer']['booking_list']['kilometers'] }}
|
{{ booking.vehicle.vehicleMileage }} |
{% endif %}
{% if booking.vehicle.equipment %}
{{ translations['ORMLF']['modules']['carsearchfilter']['equipment'] }}
|
{{ booking.vehicle.equipment }} |
{% endif %}
|
{{ translations['ORMLF']['RESBEST']['rate'] }}
|
{% for mainRate in mainRates %}
{{ mainRate.amount }}x {{ mainRate.description }}
|
|
{{ mainRate.totalLongPrice|number_format(2,
',', '.') }} € |
{% endfor %}
|
{% include 'EMAIL_SUBRATES.html.twig' %}
|
{{ translations['ORMLF']['RESBEST']['totalPrice'] }}
:
{{ totalPrice|number_format(2,
',', '.') }} € |
|
|
{% include 'EMAIL_SPACER.html.twig' %}
{% include 'EMAIL_RESERVATION_CUSTOMER_DATA.html.twig' %}
{{ translations['ORMLF']['RESBEST']['resDate'] }}
: {{ date }} Uhr
|
|
|
|
{{ bottomLeftTextHeadline }} |
|
|
{{ bottomLeftText | raw }} |
|
{% include 'BOOKING_RESERVATION_STATIONDATA.html.twig' %}
|
{% include 'EMAIL_FOOTER.html.twig' %}