{% extends "basic/base_template.html" %} {% block pageName %} Punishment Type Table {% endblock pageName %} {% block content %}
{% for module in user_modules %} {% if module.name == 'create_punishment_type_setting' %} {% endif %} {% endfor %}
{% for item in punishment_type %} {% endfor %}
Action # Type
    {% for module in user_modules %} {% if module.name == 'update_punishment_type_setting' %}
  • {% elif module.name == 'delete_punishment_type_setting' %}
  • {% endif %} {% endfor %}
{{forloop.counter}} {{item.text}}
{% endblock content %}