{% extends 'extends/layout.html' %} {% load static %} {% block content %} {% block scripts %} {% endblock %}
| SN | Loan Type | Interest application | Interest rate (%) | Action | |||
|---|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ types.name }} | {% if types.formula == 1 %}Per annum | {% elif types.formula == 2 %}Per month | {% elif types.formula == 3 %}Per week | {% elif types.formula == 4 %}Per day | {% endif %}{{ types.interest_rate }}% {{ types.get_formula_display }} |