Bank Codes List
{% if 'add' in session.get('bankcodesPermissions', []) %}
{% endif %}
{{ error }}
{% endif %}
S.No | Bank Name | Api Name | Bank Code | Created On | {% if 'edit' in session.get('bankcodesPermissions', []) %}Status | {% endif %} {% if 'edit' in session.get('bankcodesPermissions', []) %}Actions | {% elif 'delete' in session.get('bankcodesPermissions', []) %}Actions | {% endif %}|||
---|---|---|---|---|---|---|---|---|---|---|
{{ snoCount + loop.index}} | {% if each_bank_code.bankId.bankName %}{{each_bank_code.bankId.bankName}} | {% else %}- | {% endif %} {% if each_bank_code.transactionApiIdsList %}{% for api in each_bank_code.transactionApiIdsList %} {{ api.apiName }}{% if not loop.last %}, {% endif %} {% endfor %} | {% else %}- | {% endif %} {% if each_bank_code.bankCode %}{{each_bank_code.bankCode}} | {% else %}- | {% endif %} {% if each_bank_code.createdOn %}{{ each_bank_code.createdOn.strftime('%d-%m-%Y %I:%M %p') }} | {% else %}- | {% endif %} {% if 'edit' in session.get('bankcodesPermissions', []) %}{% if each_bank_code.status == 1 %} Active {% else %} Inactive {% endif %} | {% endif %}{% if 'edit' in session.get('bankcodesPermissions', []) %} {% endif %} {% if 'delete' in session.get('bankcodesPermissions', []) %} {% endif %} |
No Data Found |