{% extends 'base.html' %} {% load static %} {% block title %}Reports & Analytics Dashboard{% endblock %} {% block content %}
Comprehensive reporting and analytics for loan management
Total Loans
{{ executive_summary.total_loans|default:0 }}
Active Loans
{{ executive_summary.active_loans|default:0 }}
Total Disbursed
KES {{ executive_summary.total_disbursed|default:0|floatformat:0 }}
Overdue Loans
{{ executive_summary.overdue_loans|default:0 }}
{{ notification.message }}
{{ notification.created_at|timesince }} ago
No recent activity