{% extends "basic/base_template.html" %} {% block pageName %} Ops Depl Location Table {% endblock pageName %} {% block content %}
{% for module in user_modules %} {% if module.name == 'create_ops_depl_location_setting' %} {% endif %} {% endfor %}
{% for item in ops_depl_location %} {% endfor %}
Action # Location
    {% for module in user_modules %} {% if module.name == 'update_ops_depl_location_setting' %}
  • {% elif module.name == 'delete_ops_depl_location_setting' %}
  • {% endif %} {% endfor %}
{{forloop.counter}} {{item.text}}
{% endblock content %}