{% extends '::email.html.twig' %} {% block subject %} {{ subject }} {% endblock %} {% block body %}
Hi {% if customer %}{{ customer.Firstname }}{% endif %},
Thank you for booking at {{ d2_sys_config('sys_orginization') }}. Your booking details are shown below:
Unit | {{ booking.unit.unitName }} |
---|---|
Arrival Date | {{ booking.arrivalDate|date('Y-m-d') }} |
Departure Date | {{ booking.checkoutDate|date('Y-m-d') }} |
Nights | {{ d2_get_accomodation_duration(booking) }} |
Adults | {{ booking.adultOccupants }} |
Children | {{ booking.childrenOccupants }} |
Please find attached your deposit invoice {{ invoice.docNo }}. We look forward to meeting you on the {{ booking.arrivalDate|date('Y-m-d') }}.
{% endblock %}