{% 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']['RESBEST']['group'] }}
|
{{ booking.plannedGroup.textWeb }} |
|
{{ translations['ORMLF']['RESBEST']['rate'] }}
|
{% for mainRate in mainRates %}
{{ mainRate.amount }}x {{ mainRate.description }}
|
|
{% if isNissanPartner %}
{{ mainRate.longPrice|number_format(2, ',', '.') }} €
{% else %}
{{ mainRate.totalLongPrice|number_format(2, ',', '.') }} €
{% endif %}
|
{% if mainRate.position == 1 %}
{% if not mainRate.getAllKmInclusive %}
{{ mainRate.getKmFree }} {{ translations['ORMLF']['RESBEST']['freeKilometers'] }}
{% else %}
{{ translations['ORMLF']['RESBEST']['unlimited'] }} {{ translations['ORMLF']['RESBEST']['freeKilometers'] }}
{% endif %}
|
|
{{ translations['ORMLF']['RESBEST']['inclusive'] }}
|
{% endif %}
{% endfor %}
|
{% include 'EMAIL_SUBRATES.html.twig' %}
|
{% for position in endPositions %}
{% if position.rate == "NS." %}
{{ position.description }}
|
|
{{ position.totalPrice|number_format(2, ',', '.') }} €
|
{% elseif position.rate == "MWST" %}
{{ position.description }} ({{position.singlePrice|number_format(2, ',', '.')}})
|
|
{{ position.totalPrice|number_format(2, ',', '.') }} €
|
{% else %}
{{ translations['ORMLF']['RESBEST']['totalPrice'] }}
|
|
{{ position.totalLongPrice|number_format(2, ',', '.') }} €
|
{% endif %}
{% endfor %}
|
{% include 'EMAIL_SPACER.html.twig' %}
{% include 'EMAIL_RESERVATION_CUSTOMER_DATA.html.twig' %}
{{ translations['ORMLF']['RESBEST']['resDate'] }}
: {{ date }} Uhr
|
|
|
{% include 'EMAIL_SPACER.html.twig' %}
{{ bottomLeftTextHeadline }} |
|
|
{{ bottomLeftText | raw }} |
|
{% include 'BOOKING_RESERVATION_STATIONDATA.html.twig' %}
|
{% include 'EMAIL_FOOTER.html.twig' %}