{% extends 'extends/layout.html' %} {% load static %} {% load humanize %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block content %}
| Account Number | Account Type | Balance | {% if not show_business_filters %}Actions | {% endif %} {#Actions | #}
|---|---|---|---|---|
| {{ account.the_account.acc_number }} | {{ account.the_account.account_type.name }} | {{ account.the_account.balance|intcomma }} {% if not show_business_filters %} | {% endif %} |
{{ member.date_joined|date:"d, M, Y"|default_if_none:'' }}
{{ member.get_member_type_display|default_if_none:'' }}
{{ member.biodata.other_contact|default_if_none:'' }}
{{ member.biodata.mobile_money|default_if_none:'' }}
{{ member.biodata.location|default_if_none:'' }}
{{ member.biodata.nok|default_if_none:'' }}
{{ member.biodata.nok_contacts|default_if_none:'' }}
{{ member.biodata.country.name|default_if_none:'' }}
| S/N | Amount Approved | Amount Requested | Status | Approved On | Ending On | Details |
|---|---|---|---|---|---|---|
| {{ forloop.counter }}. | {{ loan.amount_approved }} | {{ loan.amount_requested }} | {{ loan.get_loan_status_display }} | {{ loan.approved_on }} | {{ loan.ending_date }} | Details |
| S/N | Trans Type | Amount | Details | Date | Receipt | Action |
|---|---|---|---|---|---|---|
| {{ forloop.counter }}. | {{ trans.transaction_type }} | {{ trans.reporting_amount|intcomma }} | {{ trans.narration }} | {{ trans.tx_date|date:'d, M, Y' }} | {% if trans.receipt != None %} {% endif %} | {% if 'delete_transaction' in user_perms %} {% endif %} |
| S/N | Account Number | Amount | Transaction Date | Date Added |
|---|---|---|---|---|
| {{ forloop.counter }}. | {{ deposit.account_cr.member.acc_number }} ({{ deposit.account_cr.member.account_type.name }}) | {{ deposit.reporting_amount|intcomma|default_if_none:'' }} | {{ deposit.tx_date|default_if_none:'' }} | {{ deposit.date_added|default_if_none:'' }} |