Banners

Banners List
{% if 'add' in session.get('bannersPermissions', []) %} {% endif %}
{% if error %}

{{ error }}

{% endif %}
{% for each_banner in bannersList %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Name Sorting Banner Image External Link Google Scripts Grievance Status Action
{{ loop.index }} {{ each_banner.name }} {{ each_banner.sorting }} {% if each_banner.image %}
Payment Mode Image
{% else %}
Dummy Image
{% endif %}
{{ each_banner.externalLink }} {{ each_banner.googleScript }} {{ each_banner.isGrievance }} {% if each_banner.actionText == "Active" %} {{ each_banner.actionText }} {% else %} {{ each_banner.actionText }} {% endif %} {% if 'edit' in session.get('bannersPermissions', []) %} {% endif %} {% if 'delete' in session.get('bannersPermissions', []) %} {% endif %}