{% extends 'extends/layout.html' %} {% load static %} {% load custom_tags %} {% load humanize %} {% block content %}
| S/N | Loan Applicant | A/c Number | Total Principal | Principal Balance | Total Balance |
|---|---|---|---|---|---|
| {{ forloop.counter }}. | {{ loan.applicant_name }} | {{ loan.applicant_phone }} | {{ currency.currency }} {{ loan.amount_approved|floatformat:decimals|intcomma|default_if_none:'0' }} | {{ currency.currency }} {{ loan.principal_balance }} | {{ currency.currency }} {{ loan.balance }} |