{% extends 'extends/layout.html' %} {% load static %} {% block content %} {% block scripts %} {% endblock %}
{# ################## Edit modal start #######################################}
{% for acc_type in accountTypesObj %} {% if acc_type.is_fixed %} {% else %} {% endif %} {% endfor %}
S/N Saving product Account type Charges on Depositing Charges on Withdrawing Charges on Transferring
{{ forloop.counter }} {{ acc_type.name }}FixedStandard {% if 'add_transaction_charges' in user_perms %} {% endif %} {% if 'add_transaction_charges' in user_perms %} {% endif %} {% if 'add_transaction_charges' in user_perms %} {% endif %}
{% endblock %}