{% extends 'base.html' %} {% load static %} {% block title %}Reports & Statements Dashboard{% endblock %} {% block content %}
Generate comprehensive reports and statements with detailed logging
Total Loans
{{ executive_summary.total_loans|default:0 }}
Active Loans
{{ executive_summary.active_loans|default:0 }}
Collection Rate
{{ executive_summary.collection_rate|default:0|floatformat:1 }}%
Overdue Loans
{{ executive_summary.overdue_loans|default:0 }}
{{ report.description }}
{{ statement.description }}
{% if statement.id == 'loan_statement' %}Recent report generation activity will appear here
Collection Rate
{{ executive_summary.collection_rate|default:0|floatformat:1 }}%
Overdue Loans
{{ executive_summary.overdue_loans|default:0 }}
{{ report.description }}
{{ statement.description }}
{% if statement.id == 'loan_statement' %}Recent report generation activity will appear here