{% block breadcrumbs %}
{% include "client/breadcrumbs.html" with title="Deposit" %}
{% endblock %}
{% block footer %}{% include "client/footer.html" %}{% endblock %}
{{ account.account_number }} ({{ account.accounttype.account_category }} | {{ account.accounttype.currency }})
Transction ID | Channel Type | Deposit Method | Amount | Status | Created At |
---|---|---|---|---|---|
{{ deposit.deposit_id }} | {{ deposit.channel_type }} | {{ deposit.deposit_method }} | {{ deposit.amount|floatformat:2 }} | {% if deposit.status|lower == 'success' %} Success {% else %} Pending {% endif %} | {{ deposit.created_at }} |