{% extends 'base.html' %} {% load static %} {% block title %}Notifications - {{ block.super }}{% endblock %} {% block content %}
KES {{ loan_statistics.total_disbursed|floatformat:0 }}
{{ loan_statistics.active_loans }} Active Loans
{{ user_statistics.total_users }}
{{ user_statistics.active_users }} Active
{{ loan_statistics.default_rate|floatformat:1 }}%
{{ loan_statistics.defaulted_loans }} Defaulted
{{ pending_applications.count }}
Applications
{{ alert.message }}
| Alert Type | Description | Priority | Time |
|---|---|---|---|
|
{{ alert.title }}
|
{{ alert.message }} | {{ alert.priority|title }} | {{ alert.timestamp|timesince }} ago |
{{ activity.user.get_full_name|default:"System" }} {{ activity.description }}
{{ activity.model_name }} - {{ activity.object_id }}
No recent activity
| Borrower | Loan Amount | Due Date | Days Overdue | Actions |
|---|---|---|---|---|
|
{{ loan.borrower.get_full_name }}
{{ loan.borrower.phone_number }}
|
KES {{ loan.total_amount|floatformat:2 }} | {{ loan.due_date|date:"M d, Y" }} | {{ loan.due_date|timesince }} overdue | View Details |
| Applicant | Loan Amount | Applied Date | Status | Actions |
|---|---|---|---|---|
|
{{ application.borrower.get_full_name }}
{{ application.borrower.phone_number }}
|
KES {{ application.requested_amount|floatformat:2 }} | {{ application.created_at|date:"M d, Y" }} | Pending Review | Review |
{{ notification.message }}
{% if notification.action_url %}No notifications to display