{% extends '@EasyAdmin/crud/detail.html.twig' %} {% block content %} {% include 'admin/crud/styles.html.twig' %} {{ parent() }} {# Ton bouton inséré comme un champ EasyAdmin dans le fieldset #}
Total : {{ total|number_format(2, ',', ' ') }} €
Date | SIRET | SIREN | Montant |
---|---|---|---|
{{ versement.dateVersement|date('d/m/Y') }} | {{ versement.siret }} | {{ versement.siren }} | {{ versement.montant|number_format(2, ',', ' ') }} € |
Commentaires
{% if commentairesParAnnee is not empty %}{% for annee, commentaires in commentairesParAnnee %}-
{{ annee }}
{% endfor %}
{{ commentaire.dateCreation|date('d/m/Y') }}
{{ commentaire.contenu }}
{% endfor %}Aucun commentaire disponible.
{% endif %}