Transactions
Updated every several minutes
Name/ Business | Date | Status | Amount | Action |
---|---|---|---|---|
{{s.reciever.kyc.full_name|title}} {{s.transaction_type|title}} |
{{s.date|date:"h:i"}} {{s.date|date:"d M, Y"}} |
{% if s.status == 'completed' %}
{{s.status|title}} {% endif %} {% if s.status == 'pending' %}{{s.status|title}} {% endif %} {% if s.status == 'failed' %}{{s.status|title}} {% endif %} {% if s.status == 'processing' %}{{s.status|title}} {% endif %} {% if s.status == 'request_sent' %}{{s.status|title}} {% endif %} {% if s.status == 'request_settled' %}{{s.status|title}} {% endif %} {% if s.status == 'request_processing' %}{{s.status|title}} {% endif %} |
+${{s.amount|intcomma}} |
{% if s.status == "request_sent" %} View Delete {% endif %} {% if s.status == "request_processing" %} View Delete {% endif %} {% if s.status == "request_settled" %} Settled {% endif %} |
Name/ Business | Date | Status | Amount | Action |
---|---|---|---|---|
{{s.sender.kyc.full_name|title}} {{s.transaction_type|title}} |
{{s.date|date:"h:i"}} {{s.date|date:"d M, Y"}} |
{% if s.status == 'completed' %}
{{s.status|title}} {% endif %} {% if s.status == 'pending' %}{{s.status|title}} {% endif %} {% if s.status == 'failed' %}{{s.status|title}} {% endif %} {% if s.status == 'processing' %}{{s.status|title}} {% endif %} {% if s.status == 'request_sent' %}{{s.status|title}} {% endif %} {% if s.status == 'request_settled' %}{{s.status|title}} {% endif %} {% if s.status == 'request_processing' %}{{s.status|title}} {% endif %} |
+${{s.amount|intcomma}} |
{% if s.status == "request_sent" %} Settle Cancel {% endif %} {% if s.status == "request_settled" %} Settled {% endif %} |