Kerene's Digital

Réservation >> N° : {{ booking.numdossier }} pour {{ booking.schedule.company.name}}


Passagers :

{% set i = 0 %} {% for passager in passagers %} {% set i = i + 1 %} {% endfor %}
{{ i }} - {{ passager.lastname }} {{ passager.firstname }}

A : {{ user['firstname']}} {{user['lastname']}}

Paiement :

  • Numéro transaction : {{ booking.status.financialTransactionId}}
  • Date de paiement : {{ 'now'|date('d/m/Y') }}
  • Payeur : {{ booking.status.payer.partyId }}
Date/Trajet Heure Départ/Arrivée Compagnie Tarif
{{ booking.schedule.scheduleDate|date('d/m/Y')}}
{{ booking.schedule.depart.name}} ({{ booking.agenceDepart}}) -> {{ booking.schedule.arrivee.name}} ({{ booking.agenceArrivee}})
{{ booking.schedule.departureTime|date('H:i') }} -> {{ booking.schedule.estimatedArrivalTime|date('H:i') }} {{ booking.schedule.company.name }} {{ booking.totalAmount }} {{ booking.status.currency}}

Information importante : {{ message }}

{{ booking.status.payeeNote }}

  • Sous total : {{ booking.totalAmount }}
  • Taxe : 0

Montant payé : {{ booking.totalAmount }} {{ booking.status.currency}}


Merci pour votre achat