{% extends 'extends/layout.html' %} {% load static %} {% load humanize %} {% block content %} {% block scripts %} {% endblock %}
{% if 'add_saving_product' in user_perms %}
{% endif %}
{################### Edit modal start #######################################}
{% if request.user.staff.biodata.business.type == 1 %} {% endif %} {% for type in acc_types %} {% if request.user.staff.biodata.business.type == 1 %} {% if type.is_fixed %} {% else %} {% endif %} {% endif %} {% endfor %}
SN NameFixed/Standard Minimum balance Minimum maturity (Months) Dormancy period(Months)Actions
{{ forloop.counter }} {{ type.name }}FixedStandard{{ type.min_balance | intcomma }} {{ type.maturity }} {{ type.dormancy_period }} {% if 'add_saving_product' in user_perms %} {% endif %} {% if 'delete_saving_product' in user_perms %} {% if type.status %} {% else %} {% endif %} {% endif %}
{% endblock %}