{% extends 'extends/layout.html' %} {% load static %} {% load humanize %} {% block content %} {% load mathfilters %} {% load humanize %}
{# +++++++++++++++++++++++++++++++++ start ++++++++++++++++++++++++#} {# ==================== end ================================#}
{% if show_business_filters %} {% endif %} {% for loanapp in staff_data %} {% if show_business_filters %} {% endif %} {% endfor %}
SN Loan officerBranchTotal loans disbursed(All) Total amount disbusred(All) Total payable(All) Total running loans(Active loans) Total loan balance(Active loans)
{{ forloop.counter }}. {{ loanapp.officer }}.{{ loanapp.branch }}{{ loanapp.total_loans_disbursed }} {{ loanapp.total_amount_disbursed|intcomma }} {{ loanapp.total_loans_payable|intcomma }} {{ loanapp.total_running_loans }} {{ loanapp.running_loan_balance|intcomma }}
{% endblock %}