{% extends 'extends/layout.html' %} {% load static %} {% block content %} {% load humanize %}
| SN | Member | Loan number | Amount applied | Duration | Status | {% if show_business_filters %}Branch | {% endif %}Action |
|---|---|---|---|---|---|---|---|
| {{ forloop.counter }}. | {{ loanapp.applicant.biodata.name }} | {{ loanapp.loan_number }} | {{ loanapp.amount_requested|intcomma }} | {{ loanapp.requested_duration }} {{ loanapp.loan_type.get_interval_display }} | {{ loanapp.get_loan_status_display }} | {% if show_business_filters %}{{ loanapp.branch.name }} | {% endif %}Details |
Page {{ loan_applications.number }} of {{ loan_applications.paginator.num_pages }}