Banners List
{% if 'add' in session.get('bannersPermissions', []) %}
{% endif %}
{{ error }}
{% endif %}
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 %}
![]() |
{{ 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 %} |