{% extends 'extends/layout.html' %} {% load static %} {% block content %} {% block scripts %} {% endblock %}
| SN | Loan Type | Installment Intervals | Interest rate (%) | Action |
|---|---|---|---|---|
| {{ forloop.counter }} | {{ types.name }} | {{ types.get_interval_display }} | {{ types.interest_rate }}% {{ types.get_formula_display }} |