{% extends 'base.html.twig' %} {% block body %} {##} {% block content %}
{% if entite is not empty %}

{{entite.nom}}

{% if entite.urlLogo %} Service
{% endif %} {% endif %}

EnrĂ´lement {{datetxt}}

Nombre: {{ result | length|number_format(2, '.', ' ') }}
Montant total: {{ montantTotal|number_format(2, '.', ' ') }} {{ devise }}

{% if entite is empty %} {% endif %} {% for transaction in result %} {% if entite is empty %} {% endif %} {% endfor %}
Date Code caisse Entité Montant {{ devise }} Etat Auteur
{{ transaction.dateCreation|date('d/m/Y H:i') }} {{ transaction.codeCaisse }} {{transaction.codeEntite}} {{ transaction.montant|number_format(2, '.', ' ') }} {{ transaction.status }} {{ transaction.auteur }}
{% endblock %} {% endblock %}