Auto Collect

Virtual Accounts List
{% if error %}

{{ error }}

{% endif %}
{% for error in form.virtualAccountNumber.errors %} {{ error }} {% endfor %} {% for error in form.selectStatus.errors %} {{ error }} {% endfor %}
{% if 'add' in session.get('virtualAccountPermissions', []) %} {% endif %}
{% if virtualAccountsList %} {% for each_virtual_account in virtualAccountsList %} {% if each_virtual_account.gatewayId.apiName %} {% else %} {% endif %} {% if each_virtual_account.virtualAccountNumber %} {% else %} {% endif %} {% if each_virtual_account.ifscCode %} {% else %} {% 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 Gateway Virtual Acc.No IFSC Code Is Third Party A/C Status Date
{{snoCount+loop.index}}{{each_virtual_account.gatewayId.apiName }}-{{each_virtual_account.virtualAccountNumber}}-{{each_virtual_account.ifscCode}}-{{each_virtual_account.isThirdParty}} {% if each_virtual_account.status == 1 %} Active {% else %} Deactive {% endif %} {{each_virtual_account.createdOn.strftime('%Y-%m-%d %H:%M:%S') }}
No Data Found