Operators List
{% if 'add' in session.get('operatorPermissions', []) %}
{% endif %}
{{ error }}
{% endif %}
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 | State | {% if 'edit' in session.get('operatorPermissions', []) %}Status | {% endif %} {% if 'edit' in session.get('operatorPermissions', []) %}Action | {% elif 'delete' in session.get('operatorPermissions', []) %}Action | {% endif %}||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{snoCount + loop.index}} | {% if each_operator.operatorName %}{{each_operator.operatorName}} | {% else %}- | {% endif %} {% if each_operator.serviceId.serviceName %}{{each_operator.serviceId.serviceName}} | {% else %}- | {% endif %} {% if each_operator.allowType %}{{each_operator.allowType}} | {% else %}- | {% endif %} {% if each_operator.transactionAPIId.apiName %}{{each_operator.transactionAPIId.apiName}} | {% else %}- | {% endif %} {% if each_operator.apiCode %}{{each_operator.apiCode}} | {% else %}- | {% endif %} {% if each_operator.apiType %}{{each_operator.apiType}} | {% else %}- | {% endif %} {%if each_operator.image %} ![]() |
{% endif %}
{% if each_operator.taxTypeId.taxTypeName %}
{{each_operator.taxTypeId.taxTypeName}} | {% else %}- | {% endif %} {% if each_operator.serviceGroupingId.name %}{{each_operator.serviceGroupingId.name}} | {% else %}- | {% endif %}{{each_operator.minLength}} | {{each_operator.maxLength}} | {{each_operator.sorting}} | {{each_operator.displayInDashboard}} | {{each_operator.payWithoutFetchAllowed}} | {{each_operator.stateId.stateName}} | {% if 'edit' in session.get('operatorPermissions', []) %}{% if each_operator.status == 1 %} Active {% else %} Inactive {% endif %} | {% endif %}{% if 'edit' in session.get('operatorPermissions', []) %} {% endif %} {% if 'delete' in session.get('operatorPermissions', []) %} {% endif %} | {% endfor %} {% else %}|
No Data Found |