{% extends "basic/base_template.html" %} {% block pageName %} List Category Table {% endblock pageName %} {% block content %}
{% for module in user_modules %} {% if module.name == 'create_list_category_setting' %} {% endif %} {% endfor %}
{% for item in list_category %} {% endfor %}
Action # List Category
    {% for module in user_modules %} {% if module.name == 'update_list_category_setting' %}
  • {% elif module.name == 'delete_list_category_setting' %}
  • {% endif %} {% endfor %}
{{forloop.counter}} {{item.text}}
{% endblock content %}