{% load humanize %} {% if loan.loan_status > 2 %} {% if 'delete_loan' in user_perms %} {% endif %} {% for repayment in repayments %} {% if 'delete_loan' in user_perms %} {% endif %} {% endfor %}
SN{{ system_perms }} PAYMENT DATE AMOUNT BALANCE RECEIPTAction
{{ forloop.counter }} {{ repayment.txt_date }} {{ repayment.paidamount|intcomma }} {{ dat.9|intcomma }}
{% else %}

NO PAYMENTS FOUND

{% endif %}