{% extends 'super_admin_templates/base.html' %} {% set path = "settings" %} {% set subpath = "fee_settings" %} {% block content %}

Add User Commission

{% if error %}

{{error}}

{% endif %}
    {% for each_transaction in transactionAPIsList %}
    • {% for each_operator in operatorsList %} {% endfor %}
      S.No Operator Name Charge Type Charge Value Commission Type Commission Value
      {{loop.index}}
  • {% endfor %}
{% endblock %}