{{ form_row(form.agenceDepart)}}
|
{{ form_row(form.agenceArrivee)}}
|
Départ > Arrivée | {{ booking.schedule.departureTime|date('H:i') }} > {{ booking.schedule.estimatedArrivalTime|date('H:i') }} |
---|---|
Tarif | {{ booking.schedule.typeTarif }} |
Nb de places/Montant |
{{ booking.numberOfSeats }}
/
{% if (arrayTarifs is empty) %}
{% set tarif0 = 0 %}
{% else %}
{% set tarif0 = arrayTarifs[0].amount %}
{% endif %}
{{ tarif0 }}
XAF
|
Coupon
{{ form_row(form.phone)}}
{{ form_row(form.send)}}
|