{% extends 'base.html' %} {% load humanize %} {% block title %}Client Management - Enhanced Dashboard{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Comprehensive client analytics and management
| Client | Contact | Branch | Loans | Portfolio Value | Status | Last Activity | Actions |
|---|---|---|---|---|---|---|---|
|
{% if client.profile_picture %}
{{ client.first_name.0|upper }}{{ client.last_name.0|upper }}
{% endif %}
{{ client.get_full_name }}
ID: {{ client.id_number|default:"N/A" }}
|
{{ client.phone_number|default:"N/A" }}
{{ client.email|default:"N/A" }}
|
{{ client.branch.name|default:"N/A" }} |
{{ client.total_loans|default:0 }}
{{ client.active_loans|default:0 }} active
|
KES {{ client.portfolio_value|default:0|floatformat:0|intcomma }}
|
{{ client.status|default:"Active"|title }} | {{ client.last_login|date:"M d, Y"|default:"Never" }} | |
|
👥
No clients found
|
|||||||