Bank Codes

Bank Codes List
{% if error %}

{{ error }}

{% endif %}
{% for each_bank_code in bankCodesList %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Bank Name Api Name Bank Code Created On Status Actions
{{each_bank_code.snoCount}} {{each_bank_code.bankName}} {{each_bank_code.apiName}} {{each_bank_code.bankCode}} {{each_bank_code.createdOn}} {% if each_bank_code.actionText == "Active" %} {{ each_bank_code.actionText }} {% else %} {{ each_bank_code.actionText }} {% endif %}