{% extends "base.html" %}{% block content %}
| Employee | Type | Sanctioned | Installment | Outstanding | Status | |
|---|---|---|---|---|---|---|
| {{ x.employee }} | {{ x.get_loan_type_display }} | {{ x.sanctioned_amount }} | {{ x.installment_amount }} × {{ x.installment_count }} | {{ x.outstanding_balance }} | {{ x.get_status_display }} | Open |
| No loan/advance accounts. | ||||||