{% extends 'base.html' %} {% load static %} {% block content %}
Personal and account details for {{ client.get_full_name }}
KES {{ total_borrowed|floatformat:2 }}
KES {{ total_repaid|floatformat:2 }}
KES {{ total_outstanding|floatformat:2 }}
{{ payment_performance|floatformat:1 }}%
No loan applications found.
{% if last_payment %} {{ last_payment.payment_date|date:"M j, Y" }} KES {{ last_payment.amount|floatformat:2 }} {% else %} No payments yet {% endif %}
KES {{ total_overdue_amount|floatformat:2 }} {% if overdue_count > 0 %} {{ overdue_count }} loan{{ overdue_count|pluralize }} {% endif %}
{{ payment_performance|floatformat:1 }}% On-time payments
No payments found for this client.
Front and back scanned copies
Recent photo for verification
Recent utility bill for address verification
Last 6 months bank statement
Are you sure you want to delete payment ? This action cannot be undone and will update the loan balance.