{% extends 'extends/layout.html' %} {% load static %} {% load humanize %} {% block content %} {% load mathfilters %} {% load humanize %}
| SN | Loan officer | {% if show_business_filters %}Branch | {% endif %}Total loans disbursed(All) | Total amount disbusred(All) | Total payable(All) | Total running loans(Active loans) | Total loan balance(Active loans) |
|---|---|---|---|---|---|---|---|
| {{ forloop.counter }}. | {{ loanapp.officer }}. | {% if show_business_filters %}{{ loanapp.branch }} | {% endif %}{{ loanapp.total_loans_disbursed }} | {{ loanapp.total_amount_disbursed|intcomma }} | {{ loanapp.total_loans_payable|intcomma }} | {{ loanapp.total_running_loans }} | {{ loanapp.running_loan_balance|intcomma }} |