{% extends 'extends/layout.html' %} {% load static %} {% load humanize %} {% block content %} {% block scripts %} {% endblock %}
| S/N | Account | Amount | Description | Transaction Date | Date Added | Action |
|---|---|---|---|---|---|---|
| {{ forloop.counter }}. | {{ withdraw.account_dr.member.acc_number }} ({{ withdraw.account_dr.member.account_type.name }}) | {{ withdraw.reporting_amount|intcomma|default_if_none:'' }} | {{ withdraw.narration|default_if_none:'' }} | {{ withdraw.tx_date|default_if_none:'' }} | {{ withdraw.date_added|default_if_none:'' }} | {% if 'delete_transaction' in user_perms %} {% endif %} |