Utility Master

Operators List
{% if 'add' in session.get('operatorPermissions', []) %} {% endif %}
{% if error %}

{{ error }}

{% endif %}
{% for error in form.search_element.errors %} {{ error }} {% endfor %}
{% if 'edit' in session.get('operatorPermissions', []) %} {% endif %} {% if 'edit' in session.get('operatorPermissions', []) %} {% elif 'delete' in session.get('operatorPermissions', []) %} {% endif %} {% if operatorsList %} {% for each_operator in operatorsList %} {% if each_operator.operatorName %} {% else %} {% endif %} {% if each_operator.serviceId.serviceName %} {% else %} {% endif %} {% if each_operator.allowType %} {% else %} {% endif %} {% if each_operator.transactionAPIId.apiName %} {% else %} {% endif %} {% if each_operator.apiCode %} {% else %} {% endif %} {% if each_operator.apiType %} {% else %} {% endif %} {%if each_operator.image %} {% else %} {% endif %} {% if each_operator.taxTypeId.taxTypeName %} {% else %} {% endif %} {% if each_operator.serviceGroupingId.name %} {% else %} {% endif %} {% if 'edit' in session.get('operatorPermissions', []) %} {% endif %} {% endfor %} {% else %} {% endif %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Operator Name Sub Service Name Allow Type Api Name Api Code Api Type File Tax Type Category Name Min length Max length Sorting Display In Dashboard Pay Without Fetch Allowed StateStatusActionAction
{{snoCount + loop.index}}{{each_operator.operatorName}}-{{each_operator.serviceId.serviceName}}-{{each_operator.allowType}}-{{each_operator.transactionAPIId.apiName}}-{{each_operator.apiCode}}-{{each_operator.apiType}}- {{each_operator.taxTypeId.taxTypeName}}-{{each_operator.serviceGroupingId.name}}- {{each_operator.minLength}} {{each_operator.maxLength}} {{each_operator.sorting}} {{each_operator.displayInDashboard}} {{each_operator.payWithoutFetchAllowed}} {{each_operator.stateId.stateName}} {% if each_operator.status == 1 %} Active {% else %} Inactive {% endif %} {% if 'edit' in session.get('operatorPermissions', []) %} {% endif %} {% if 'delete' in session.get('operatorPermissions', []) %} {% endif %}
No Data Found