{% extends 'base.html.twig' %} {% block title %}E-wallet - 2KBES{% endblock %} {% block body %}

E-wallet

Montant gagnant

HTG {{account}}

Crédit

HTG {{credit}}
{##}

{% for transaction in transactions %}

{% if transaction.type == 'GAME' or transaction.type == 'WITHDRAWAL' %} Retrait {% elseif transaction.type == 'POSDEPOSIT' %} Dépôt {% endif %}

Date/Heure
{{transaction.date_created}}
Statut
{{ transaction.status }}
HTG {{transaction.amount}}
{% endfor %}
{% endblock %} {% block js_script_ %} {%endblock%}