{% extends 'extends/layout.html' %} {% load static %} {% load humanize %} {% load mathfilters %} {% block content %} {% block scripts %} {% endblock %}
Total Members

{{ clients.count }}

Updated {% now "jS F Y H:i" %}

Individuals : Groups

{{ individuals.count }} : {{ groups.count }}

Updated {% now "jS F Y H:i" %}

Males : Females

{{ male.count }} : {{ female.count }}

Updated {% now "jS F Y H:i" %}

{% if request.user.staff.biodata.business.does_deposit == 1 %}
Savings Balance

{{ business_currency.currency }} {{ savings|floatformat:1|intcomma }}

Updated {% now "jS F Y H:i" %}

{% endif %} {% if request.user.staff.biodata.business.does_withdraw == 1 %}
Total Withdrawals

{{ business_currency.currency }} {{ total_withdraw|floatformat:1|intcomma }}

Updated {% now "jS F Y H:i" %}

{% endif %} {% if request.user.staff.biodata.business.has_shares == 1 %}
Shares Sold

{{ shares_sold|floatformat:1 }} shares

Updated {% now "jS F Y H:i" %}

Shares Balance

{{ share_balance|floatformat:1 }} shares

Updated {% now "jS F Y H:i" %}

{% endif %}
Active Loans

{{ active_loans.count }} loans

Updated {% now "jS F Y H:i" %}

Amount given out

{{ given_out }}

Updated {% now "jS F Y H:i" %}

Amount Recovered

{{ received }}

Updated {% now "jS F Y H:i" %}

Interest made

{{ interest_received }}

Updated {% now "jS F Y H:i" %}

Amount at Risk

{{ at_risk }}

Updated {% now "jS F Y H:i" %}

{% if request.user.staff.biodata.business.has_shares == 1 %}
{% endif %}
New Members by Month
Most Popular Saving Products
{% for account in saving_products %} {% endfor %}
No Product Name Male Female Total Percentage
{{ forloop.counter }} {{ account.name }} {{ 30 }} {{ 30 }} {{ 60 }} {{ 100 }}%
Most Popular Loan Products
{% for loan in loan_products %} {% endfor %}
No Product Name Male Female Total Percentage
{{ forloop.counter }} {{ loan.name }} {{ 30 }} {{ 30 }} {{ 60 }} {{ 100 }}%
{% endblock %}