{% extends 'base.html' %} {% block content %}
  • PAY2UP
  • Retraits

Transactions

{% if count == 0 %}

Vous n'avez aucune transaction

{% else %} {% for t in transactions %} {% endfor %}
ID Client Montant Moyens de payments Status Date de création Type Actions
{{t.transactionID}} {{t.client_number|slice:":15"}} {% if t.type == "RETRAIT" %} - {% endif %} {{t.amount}} XOF {{t.type_wallet}}
{{t.transactionStatus}}
{{t.created}} {{t.type}} {% if t.transactionStatus == "INITIATED" %} {% endif %}
{% endif %}
{% if nbpage > 1 %}
{% if transactions.has_previous %} {% endif %} {% if transactions.has_next %} {% endif %}
Page {{transactions.number}} sur {{nbpage}}
{% endif %}
{% endblock content %}