{% extends 'base.html' %} {% load humanize %} {% block title %}{{ title }} - Haven Grazuri Investment Limited{% endblock %} {% block content %}
{{ total_count }} applications found
Detailed information about {{ status_filter }} applications
| Applicant | Requested Amount | Status | Submitted | Product | Actions |
|---|---|---|---|---|---|
|
{% if application.borrower.selfie %}
{{ application.borrower.first_name|first }}{{ application.borrower.last_name|first }}
{% endif %}
{{ application.borrower.get_full_name }}
{{ application.borrower.phone_number }}
|
KES {{ application.requested_amount|floatformat:2|intcomma }}
{{ application.loan_product.name }}
|
{{ application.get_status_display }} | {{ application.submitted_at|date:"M d, Y H:i" }} | {{ application.loan_product.name }} | View Details |
Showing {{ applications.start_index }} to {{ applications.end_index }} of {{ applications.paginator.count }} results
There are currently no applications with the status "{{ status_filter }}".