{% extends 'base.html.twig' %} {% block body %}

Importé sur le lot : {{ lot }}

Opérateur : {{ pdf.operator }}

{% if app.flashes %}
{{ dump(app.flashes) }}
{% endif %}

Fichiers

{% for document in documents %} {% if document %} {% endif %} {% endfor %}
Fichiers Informations brutes Analyse de parsing
{# {{ document.name }} #} {{ document.name }}
Montant HT : {{ document.montantHT }} €
Compte client {{ document.operator }} : {{ document.compteClient }}
{% endblock %}