Master Configuration

Bank Codes List
{% if 'add' in session.get('bankcodesPermissions', []) %} {% endif %}
{% if error %}

{{ error }}

{% endif %}
{% for error in form.bankSearchId.errors %} {{ error }} {% endfor %} {% for error in form.transactionApiId.errors %} {{ error }} {% endfor %}
{% if 'edit' in session.get('bankcodesPermissions', []) %} {% endif %} {% if 'edit' in session.get('bankcodesPermissions', []) %} {% elif 'delete' in session.get('bankcodesPermissions', []) %} {% endif %} {% if bankCodesList %} {% for each_bank_code in bankCodesList %} {% if each_bank_code.bankId.bankName %} {% else %} {% endif %} {% if each_bank_code.transactionApiIdsList %} {% else %} {% endif %} {% if each_bank_code.bankCode %} {% else %} {% endif %} {% if each_bank_code.createdOn %} {% else %} {% endif %} {% if 'edit' in session.get('bankcodesPermissions', []) %} {% endif %} {% endfor %} {% else %} {% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == "success" %}

{{ message }}

{% elif category == "danger" %}

{{ message }}

{% else %}

{{ message }}

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