{% extends 'base.html.twig' %} {% set titre ='Réservation' %} {% block title %}{% endblock %} {% block body %}
{{ titre }} {{ booking.numdossier }} |
|
||
{{ booking.schedule.company }}
{% if booking.schedule.company.image is null %}
![]() |
{% for conf in booking.schedule.bus.conforts %} {{conf.description}} {% endfor %} |
{{ booking.schedule.scheduleDate ? booking.schedule.scheduleDate|format_datetime('full', 'none', locale='fr') }} | |||
{{ booking.schedule.departureTime ? booking.schedule.departureTime|date('H:i') : '' }} | {{ booking.schedule.depart }} | ||
{{ booking.schedule.estimatedArrivalTime ? booking.schedule.estimatedArrivalTime|date('H:i') : '' }} | {{ booking.schedule.arrivee }} |
Montant : {{ booking.totalAmount }} {{ booking.status.currency }} | Transaction : {{ booking.status.financialTransactionId }} |
Status de la transaction | Non payée |
---|