{% extends 'base.html' %} {% load static %} {% block title %}Client Reports - Haven Grazuri Investment Limited{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Client acquisition, growth trends, and portfolio analytics
| Month | New Clients | Cumulative Total |
|---|---|---|
| {{ trend.month }} | +{{ trend.new_clients }} | {{ trend.cumulative_total }} |
No growth data available
| Rank | Client Name | Phone Number | Active Loans | Total Disbursed | Outstanding | Member Since |
|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ client.name }} | {{ client.phone_number }} | {{ client.total_loans }} | KES {{ client.total_disbursed|floatformat:0 }} | KES {{ client.total_outstanding|floatformat:0 }} | {{ client.date_joined }} |
No client data available