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

Circuits du voyage {{ voyage.villedepart.nom }} - {{ voyage.villearrive.nom }}

{# {{ include('transit/formList.html.twig') }} #}
{% set items=charges %} {% for item in items %} {% else %} {% endfor %}
Libelé Montant Devise Description Action
{{ item.nom }} {{ item.montant }} {{ item.devise.code }} {{ item.description }}
{#
#} {# #} {# #}
Pas d'enregistrement trouvé
Libelé Montant Devise Description Action
{% endblock %} {% block javascripts %} {{ encore_entry_script_tags('apps_table') }} {% endblock %}