REÇU DE TRANSACTION
Numéro : {{ transaction.numeroseq }}
Date : {{ transaction.dateCreation|date('d/m/Y H:i') }}
Type : {{ transaction.type }}
Description : {{ transaction.description }}
Montant : {{ transaction.montantInitial }} TND
{% if transaction.agent %}
Agent : {{ transaction.agent.nom }} {{ transaction.agent.prenom }}
{% endif %}
{% if transaction.personel %}
Personnel : {{ transaction.personel.nom }}
{% endif %}
Signature du bénéficiaire : ___________________________