{% extends 'extends/layout.html' %} {% load static %} {% block content %} {% load humanize %}
| SN | Member | Amount applied | Duration | Status | Action | |
|---|---|---|---|---|---|---|
| {{ forloop.counter }}. | {{ loanapp.applicant.biodata.name }} | {{ loanapp.amount_requested|intcomma }} | {% if loanapp.is_old == False %}{{ loanapp.requested_duration }} {{ loanapp.loan_type.get_period }} | {% else %}{{ loanapp.requested_duration }} {{ loanapp.loan_type.get_interval_display }} | {% endif %}{{ loanapp.get_loan_status_display }} | {% if loanapp.is_old == False %} Details {% else %} Details {% endif %} |