{% extends "basic/base_template.html" %} {% block pageName %} District Table {% endblock pageName %} {% block content %}
{% for module in user_modules %} {% if module.name == 'create_district_setting' %} {% endif %} {% endfor %}
{% for item in districtTable %} {% endfor %}
Action # Name
    {% for module in user_modules %} {% if module.name == 'update_district_setting' %}
  • {% elif module.name == 'delete_district_setting' %}
  • {% endif %} {% endfor %}
{{forloop.counter}} {{item.name}}
{% endblock content %}