{% extends "@EasyAdmin/page/content.html.twig" %} {% block content %}
{{ 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.agenceDepart }} | ||
{{ booking.schedule.estimatedArrivalTime ? booking.schedule.estimatedArrivalTime|date('H:i') : '' }} | {{ booking.schedule.arrivee }} - {{ booking.agenceArrivee }} |
Montant : {{ booking.totalAmount }} {{ booking.status.currency }} - | Transaction : {{ booking.status.financialTransactionId }} |
Status de la transaction | Non payée |
---|