Confirmation de la réservation
Numéro de voucher: {{ booking.voucherNumber }}
Numéro de Réservation: {{ booking.bookingNumber }}
Hôtel: {{ booking.hotelName }}
Nom du client: {{ booking.getClientFullName() }}
Adresse Email du client: {{ booking.email }}
Télephone du client: {{ booking.phone }}
Date d'arrivée: {{ booking.beginDate|date('Y-m-d') }}
Date de départ: {{ booking.endDate|date('Y-m-d') }}
Nombre de Nuits: {{ booking.numberOfStay }}
Pension: {{ booking.pensionName }}
{#Chambres: {{ booking.roomsName }}
#}Mode de paiement: {{ displayPaymentType(booking.paymentType) }} {% if booking.paymentType == 1 %} {{ ', ' ~ displayAgencyCoordinate(booking.agencyId)['name'] ?? 'aucun'}} {% endif %}
| Type de Chambre | Prix par nuit (TND) |
|---|---|
| {{ chambre }} | {{ chambre }} |
| Date | Pension | Chambre | Prix | Total | |||
|---|---|---|---|---|---|---|---|
| {{ price['date'] }} | {{ details['pensionName'] }} | {{ roomPerPension['name'] }} | {#{% if room['promoType'] is defined and room['promoType'] is not null %} {{ room['promoType'] ~' '~ room['promoReduction'] }} {% else %} aucun {% endif %} | {% if room['earlyBookingReduction'] is not null %} {{ room['earlyBookingReduction'] }} {% else %} aucun {% endif %} | #}{{ room['brutPrice'] }} | {#
{% if supplement['mandatory'] is defined %}
{{ supplement['name'] }}, {{ supplement['mandatory'] == true ? 'obligatoire' : 'faculatif' }} :
- Net adulte: {{ supplement['netPrice'] }} - Net enfant: {{ supplement['netPriceChild'] }} - Cm(%): {{ supplement['commissionPrice'] }} - Brute: {{ supplement['brutPrice'] }} {% else %} aucun {% endif %} |
#}
{{ finalPricePerRoom }} |
Total : {{ finalPrice}}
Merci d'avoir choisi {{ booking.hotelName }} pour votre séjour. Nous avons hâte de vous accueillir !
Contact Agence: {{ displayAgencyCoordinate(booking.agencyId)['phone'] ?? 'aucun'}}
Ce voucher est valable uniquement pour la réservation indiquée ci-dessus.