{% block breadcrumbs %}
{% include "client/breadcrumbs.html" with title="Withdraw" %}
{% endblock %}
{% block footer %}{% include "client/footer.html" %}{% endblock %}
{{ account.account_number }} ({{ account.accounttype.account_category }} | {{ account.accounttype.currency }})
Transaction ID | Withdraw Method | Amount | Status | Created At | Processed At |
---|---|---|---|---|---|
{{ withdraw.withdrawal_id }} | {{ withdraw.withdrawal_method }} | {{ withdraw.amount|floatformat:2 }} | {% if withdraw.status|lower == 'success' %} Success {% else %} Pending {% endif %} | {{ withdraw.created_at }} | {{ withdraw.processed_at|default_if_none:"" }} |