Merchant Upis List
{% if 'add' in session.get('userManagementPermissions', []) %}
{% endif %}
{{ error }}
{% endif %}
S.No | Merchant Name | Switch Amount | Upi Ids | Status | Action |
---|---|---|---|---|---|
{{loop.index}} | {{each_upi.userName}} | {{each_upi.switchAmount}} | {% if 'edit' in session.get('userManagementPermissions', []) %} | {% if each_upi.status == "1" %} Active {% else %} Inactive {% endif %} | {% endif %} {% if 'edit' in session.get('userManagementPermissions', []) %}{% endif %} |