{% extends 'extends/layout.html' %} {% load static %} {% load humanize %} {% block content %} {% block scripts %} {% endblock %}
{% if member.is_group is False %} Back {% else %} Back {% endif %}
Withdraw
{% if saving_not_withdrawable != 0 %}
{% endif %}
{% for withdraw in withdraws %} {% empty %}

No transactions yet

{% endfor %}
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 %}
{% endblock %}