{% extends "basic/base_template.html" %} {% block pageName %} Trade Table {% endblock pageName %} {% block content %}
{% for module in user_modules %} {% if module.name == 'create_trade_setting' %} {% endif %} {% endfor %}
{% for item in tradeTable %} {% endfor %}
Action # Name
    {% for module in user_modules %} {% if module.name == 'update_trade_setting' %}
  • {% elif module.name == 'delete_trade_setting' %}
  • {% endif %} {% endfor %}
{{forloop.counter}} {{item.name}}
{% endblock content %}