{% extends 'extends/layout.html' %} {% load static %} {% load humanize %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block content %}
{# ------------------------------------------- update acc number ----------------------------------------#} {# ------------------------------------------- update acc number ----------------------------------------#}
{% if not show_business_filters %}
Edit Profile
{% endif %}
{% csrf_token %}

{% if not show_business_filters %} Change image Change {% endif %} Remove

{{ member.biodata.name|default_if_none:'' }}

{{ member.biodata.contact|default_if_none:'' }}

{{ member.biodata.email|default_if_none:'' }}

Shares {{ member.shares|default_if_none:'' }}
Gender {{ member.biodata.get_gender_display|default_if_none:'' }}
Marital status {{ member.biodata.get_marital_status_display|default_if_none:'' }}
Date of Birth {{ member.biodata.dob|date:"d, M, Y"|default_if_none:'' }}
National ID {{ member.biodata.nin|default_if_none:'' }}
Signature {% if not show_business_filters %} {% endif %}
{% if not show_business_filters %} {% if request.user.staff.can_migrate_staff %} {% endif %} {% if 'can_withdraw' in user_perms and request.user.staff.biodata.business.does_withdraw == 1 %} {% endif %} {% if 'can_deposit' in user_perms and request.user.staff.biodata.business.does_deposit == 1 %} {% endif %} {% if 'delete_member' in user_perms %} {% endif %} {% endif %}

{% if not show_business_filters %} {% if request.user.staff.biodata.business.type == 1 %}
{% endif %} {% endif %} {% if saving_not_withdrawable > 0 %}
{% endif %}
{% if not show_business_filters %} {% endif %} {# #} {% for account in member_accounts %} {% endif %} {% endfor %}
Account Number Account Type BalanceActionsActions
{{ account.the_account.acc_number }} {{ account.the_account.account_type.name }} {{ account.the_account.balance|intcomma }} {% if not show_business_filters %}
Date Joined

{{ member.date_joined|date:"d, M, Y"|default_if_none:'' }}

Member Type

{{ member.get_member_type_display|default_if_none:'' }}

Other Contact

{{ member.biodata.other_contact|default_if_none:'' }}

Mobile Money

{{ member.biodata.mobile_money|default_if_none:'' }}

Address

{{ member.biodata.location|default_if_none:'' }}

Next Of Kin

{{ member.biodata.nok|default_if_none:'' }}

Next of Kin Contacts

{{ member.biodata.nok_contacts|default_if_none:'' }}

Nationality

{{ member.biodata.country.name|default_if_none:'' }} {{ member.biodata.country.name|default_if_none:'' }}

{% for loan in member_loans %} {% endfor %}
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
{% for trans in combined %} {% endfor %}
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 %}
{% if request.user.staff.biodata.business.does_deposit == 1 %}
{% for deposit in deposits %} {% endfor %}
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:'' }}
{% endif %} {% if request.user.staff.biodata.business.has_shares == 1 %}
{% for shares in shares_trans %} {% endfor %}
S/N Date Shares Description
{{ forloop.counter }}. {{ shares.date }} {{ shares.shares }} {{ shares.narration }}
{% endif %}
{% endblock %}