{% include 'EMAIL_META_HEAD.html.twig' %}
{% 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_SPACER.html.twig' %} {% include 'EMAIL_SPACER.html.twig' %} {% include 'EMAIL_ABO_DETAILS.html.twig' %} {% include 'EMAIL_SPACER.html.twig' %} {% include 'EMAIL_RESERVATION_CUSTOMER_DATA.html.twig' %} {% include 'EMAIL_FOOTER.html.twig' %}
{% include 'EMAIL_RESERVATION_START.html.twig' %} {% include 'EMAIL_RESERVATION_END.html.twig' %}

{{ translations['ORMLF']['RESBEST']['carAndConditions'] }}

{% if booking.vehicle.vehicleMileage %} {% endif %} {% if booking.vehicle.topFeatures %} {% for feature in booking.vehicle.topFeatures %} {% endfor %} {% endif %}

{{ translations['ORMLF']['RESBEST']['monthly'] ?? 'Monatlich' }} :

{% for rate in mainRatesMonthly %} {% if rate.rate != 'ZUS' %} {% endif %} {% endfor %} {% for rate in subRatesMonthly %} {% endfor %} {% for rate in insuranceRatesMonthly %} {% endfor %} {% for rate in deliveryPickupRatesMonthly %} {% endfor %} {% for rate in voucherRatesMonthly %} {% endfor %} {% for rate in paymentRatesMonthly %} {% 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' %} {% endif %} {% endfor %} {% for rate in subRatesOneTime %} {% endfor %} {% for rate in insuranceRatesOneTime %} {% endfor %} {% for rate in deliveryPickupRatesOneTime %} {% endfor %} {% for rate in voucherRatesOneTime %} {% endfor %} {% for rate in paymentRatesOneTime %} {% endfor %}

{{ total_price_onetime|number_format(2, ',', '.') }} €

{{ translations['ORMLF']['RESBEST']['inclust'] ?? 'inkl. USt.' }}
{% endif %}

{{ translations['ORMLF']['RESBEST']['resDate'] }} :
{{ date }} Uhr

{{ bottomLeftTextHeadline }}

{{ bottomLeftText | raw }}

{% include 'BOOKING_RESERVATION_STATIONDATA.html.twig' %}