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

Switch Master

{% if error %}

{{error}}

{% endif %}
{% if redirectval=="Switchtype" %}
{% else %}
{% endif %}
{% for each_switch_type in switchTypesList %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Switch Type Priority Status Edit Delete
{{loop.index}} {{each_switch_type.switchType}} {{each_switch_type.priority}} {{each_switch_type.actionText}}
{{ pagination.info }} {{ pagination.links }}
{% if redirectval=="Operatorswitching" %}
{% else %}
{% endif %}
Export CSV CSV download
{% for each_operator_switching in operatorsSwitchingList %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No User Name Operator Name API Count API Name1 API Name2 API Name3 API Name4 API Name5 API Name6 API Name7 Status Action
{{loop.index}} {{each_operator_switching.userName}} {{each_operator_switching.operatorName}} {{each_operator_switching.apiCount}} {{each_operator_switching.apiId1Name}} {{each_operator_switching.apiId2Name}} {{each_operator_switching.apiId3Name}} {{each_operator_switching.apiId4Name}} {{each_operator_switching.apiId5Name}} {{each_operator_switching.apiId6Name}} {{each_operator_switching.apiId7Name}} {{each_operator_switching.actionText}}  
{{ operatorSwitchingPagination.info }} {{ operatorSwitchingPagination.links }}
{% if redirectval=="Amountswitching" %}
{% else %}
{% endif %}
Export CSV CSV download
{% for each_amount_switching in amountsSwitchingList %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No User Name Operator Name API Name Circle Name Amount Status Action
{{loop.index}} {{each_amount_switching.userName}} {{each_amount_switching.operatorName}} {{each_amount_switching.transactionAPIIdName}} {{each_amount_switching.stateName}} {{each_amount_switching.amount}} {{each_amount_switching.actionText}}  
{{ amountSwitchingPagination.info }} {{ amountSwitchingPagination.links }}
{% endblock %}