{% extends 'base.html' %} {% load humanize %} {% block title %}{{ title }} - HAVEN GRAZURI ADVANCE{% endblock %} {% block content %}
{{ total_count }} clients found
Detailed information about {{status_filter|default:"all"|cut:"_"|title }} clients
| Client | Contact | Loans | Total Borrowed | Status | Joined | Actions |
|---|---|---|---|---|---|---|
|
{% if client.selfie %}
{{ client.first_name|first }}{{
client.last_name|first }}
{% endif %}
{{ client.get_full_name }}
ID: {{ client.national_id|default:"N/A" }}
|
{{ client.phone_number }}
{{ client.email|default:"No email" }}
|
Total: {{ client.total_loans }}
Active: {{ client.active_loans }}
|
KES {{ client.total_borrowed|floatformat:2|intcomma }}
Repaid: KES {{ client.total_repaid|floatformat:2|intcomma }}
|
{% if client.is_active %}Active {% elif client.status == 'blacklisted' %}Blacklisted {% else %}Inactive{% endif %} | {{ client.date_joined|date:"M d, Y" }} | View Details |
Showing {{ clients.start_index }} to {{ clients.end_index }} of {{ clients.paginator.count }} results
There are currently no clients matching the "{{ status_filter|default:"all"|cut:"_"|title }}" criteria.