{% extends "basic/base_template.html" %} {% block pageName %} Upazila Table {% endblock pageName %} {% block content %}
{% for module in user_modules %} {% if module.name == 'create_upazila_setting' %} {% endif %} {% endfor %}
{% for item in upazilaTable %} {% endfor %}
Action # Upazila Name District
    {% for module in user_modules %} {% if module.name == 'update_upazila_setting' %}
  • {% elif module.name == 'delete_upazila_setting' %}
  • {% endif %} {% endfor %}
{{forloop.counter}} {{item.name}} {{item.district}}
{% endblock content %}