{% load humanize %} {% if loan.loan_status > 2 %}
| SN{{ system_perms }} | PAYMENT DATE | AMOUNT | BALANCE | RECEIPT | {% if 'delete_loan' in user_perms %}Action | {% endif %}
|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ repayment.txt_date }} | {{ repayment.paidamount|intcomma }} | {{ dat.9|intcomma }} | {% if 'delete_loan' in user_perms %} | {% endif %} |