{% 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 }}
|
{{ 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.topFeatures %}
{{ translations['ORMLF']['modules']['carsearchfilter']['equipment'] }}
|
{% for feature in booking.vehicle.topFeatures %}
{{ feature.description }}
|
{% endfor %}
{% endif %}
|
{{ translations['ORMLF']['RESBEST']['monthly'] ?? 'Monatlich' }}
:
{% for rate in mainRatesMonthly %}
{% if rate.rate != 'ZUS' %}
|
{{ rate.description }}
|
|
{{ rate.longPrice|number_format(2, ',', '.') }}
€
|
{% endif %}
{% endfor %}
{% for rate in subRatesMonthly %}
|
{{ rate.description }}
|
|
{{ rate.longPrice|number_format(2, ',', '.') }}
€
|
{% endfor %}
{% for rate in insuranceRatesMonthly %}
{{ rate.description }}
{% if rate.contribution is not null %}
({{ translations['ORMLF']['RESBEST']['contribution'] }}: {{ rate.contribution }}€)
{% endif %}
|
|
{% if isNissanPartner %}
{{ rate.longPrice|number_format(2, ',', '.') }} €
{% else %}
{{ rate.totalLongPrice|number_format(2, ',', '.') }} €
{% endif %}
|
{% endfor %}
{% for rate in deliveryPickupRatesMonthly %}
|
{{ rate.description }}
|
|
{{ rate.longPrice|number_format(2, ',', '.') }}
€
|
{% endfor %}
{% for rate in voucherRatesMonthly %}
|
{{ rate.description }}
|
|
{{ rate.longPrice|number_format(2, ',', '.') }}
€
|
{% endfor %}
{% for rate in paymentRatesMonthly %}
|
{{ rate.description }}
|
|
{{ rate.longPrice|number_format(2, ',', '.') }}
€
|
{% endfor %}
{{ total_price_monthly|number_format(2, ',', '.') }}
€
{{ translations['ORMLF']['RESBEST']['inclust'] ?? 'inkl. USt.' }}
|
{% if total_price_onetime|default(0) > 0 %}
{{ translations['ORMLF']['RESBEST']['onetime'] ?? 'Einmalig' }}
:
{% for rate in mainRatesOneTime %}
{% if rate.rate != 'ZUS' %}
|
{{ rate.description }}
|
|
{{ rate.totalLongPrice|number_format(2, ',', '.') }}
€
|
{% endif %}
{% endfor %}
{% for rate in subRatesOneTime %}
|
{{ rate.description }}
|
|
{{ rate.totalLongPrice|number_format(2, ',', '.') }}
€
|
{% endfor %}
{% for rate in insuranceRatesOneTime %}
{{ rate.description }}
{% if rate.contribution is not null %}
({{ translations['ORMLF']['RESBEST']['contribution'] }}: {{ rate.contribution }}€)
{% endif %}
|
|
{% if isNissanPartner %}
{{ rate.longPrice|number_format(2, ',', '.') }} €
{% else %}
{{ rate.totalLongPrice|number_format(2, ',', '.') }} €
{% endif %}
|
{% endfor %}
{% for rate in deliveryPickupRatesOneTime %}
|
{{ rate.description }}
|
|
{{ rate.totalLongPrice|number_format(2, ',', '.') }}
€
|
{% endfor %}
{% for rate in voucherRatesOneTime %}
|
{{ rate.description }}
|
|
{{ rate.totalLongPrice|number_format(2, ',', '.') }}
€
|
{% endfor %}
{% for rate in paymentRatesOneTime %}
|
{{ rate.description }}
|
|
{{ rate.totalLongPrice|number_format(2, ',', '.') }}
€
|
{% endfor %}
{{ total_price_onetime|number_format(2, ',', '.') }}
€
{{ translations['ORMLF']['RESBEST']['inclust'] ?? 'inkl. USt.' }}
|
{% endif %}
|
|
|
|
{% include 'EMAIL_SPACER.html.twig' %}
{% include 'EMAIL_ABO_DETAILS.html.twig' %}
{% 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' %}