{% extends "basic/base_template.html" %} {% block pageName %} Batch Table {% endblock pageName %} {% block content %}
{% for module in user_modules %} {% if module.name == 'create_batch_setting' %} {% endif %} {% endfor %}
{% for item in batch %} {% endfor %}
Action # Batch
    {% for module in user_modules %} {% if module.name == 'update_batch_setting' %}
  • {% elif module.name == 'delete_batch_setting' %}
  • {% endif %} {% endfor %}
{{forloop.counter}} {{item.text}}
{% endblock content %}