{% extends "basic/base_template.html" %} {% block pageName %} Member Status Table {% endblock pageName %} {% block content %}
{% for module in user_modules %} {% if module.name == 'create_member_status_setting' %} {% endif %} {% endfor %}
{% for item in member_status %} {% endfor %}
Action # Name
    {% for module in user_modules %} {% if module.name == 'update_member_status_setting' %}
  • {% endif %} {% endfor %}
{{forloop.counter}} {{item.name}}
{% endblock content %}