{% extends 'base.html.twig' %} {% block body %} {% if (entite.photo and entite.fileType) %}
{% elseif entite is not empty %}

{{entite.nom}}

{% endif %} {% block content %}
{% if entite.urlLogo %} Service
{% endif %} {% if entite is not empty %}

{{entite.nom}}

{% endif %} {% if agence is not empty %}

AGENCE: {{agence}}

{% endif %} {% if agence is not empty %}

Caisse: {{codeCaisse}}

{% endif %}

RECAP {{operation}}

Nombre: {{ agregat.nombreTotal|number_format(0, '.', ' ') }}

Montant total: {{ agregat.montantTotal|number_format(0, '.', ' ') }} {{ entite.devise }}


{% set it = 1 %} {% for transaction in result %} {% set it = it + 1 %} {% endfor %}
N° D'ORDRE IDENTIFIANT OPÉRATION NUMÉRO TÉLÉPHONE DATE MONTANT
{{ transaction.numTransaction }} {{ transaction.commentaires }} {{ transaction.telephone }} {{ transaction.dateCreation|date('d/m/Y H:i') }} {{ transaction.montant }}
TOTAUX {{ agregat.montantTotal|number_format(0, '.', ' ') }}
{% endblock %} {% endblock %}