{% extends "basic/base_template.html" %} {% block pageName %} Demotion Type Table {% endblock pageName %} {% block content %}
{% for module in user_modules %} {% if module.name == 'create_demotion_type_setting' %} {% endif %} {% endfor %}
{% for item in demotion_type %} {% endfor %}
Action # Type
    {% for module in user_modules %} {% if module.name == 'update_demotion_type_setting' %}
  • {% elif module.name == 'delete_demotion_type_setting' %}
  • {% endif %} {% endfor %}
{{forloop.counter}} {{item.text}}
{% endblock content %}