{% extends 'b_index.html.twig' %} {% block title %}Voyage{% endblock %} {#{% block stylesheets %} {{ encore_entry_link_tags('app_table') }} {% endblock %}#} {% block stylesheets %} {{ encore_entry_link_tags('app_table') }} {# #} {% endblock %} {% block body %} {# #}

Liste des Voyages

{{ include('voyage/formList.html.twig') }}
{# #} {# #} {% set items=voyages %} {% for item in items %} {# {% set capacite=item.vehicule.capacite %}#} {% set disponibilite =item.available %} {# {% set available= capacite-disponibilite %}#} {% else %} {% endfor %} {# #} {# #}
Ville depart Ville arrivée Date departDate arrivéPlace Reference Date creation Heure departHeure arrivéeBus Action
{{ item.villedepart.nom }} {{ item.villearrive.nom }} {{ item.datedepart ? item.datedepart|date('d-m-Y') : '' }} {{ item.available }} {{ item.reference }} {{ item.datecreation ? item.datecreation|date('d-m-Y') : '' }} {{ item.heuredepart }} {{ item.vehicule.marque }}
{{ item.vehicule.modele }}
{{ item.vehicule.immatriculation }}
Pas d'enregistrement trouvé
Ville depart Ville arrivée Date departDate arrivéPlace Reference Date creation Heure departHeure arrivéeBus Action
{% endblock %} {% block javascripts %} {{ encore_entry_script_tags('apps_table') }} {% endblock %} {# {% block javascripts %} {{ encore_entry_script_tags('apps_table') }} #} {# #}{# #} {# #}{# {% endblock %} #}