{% extends 'base.html' %} {% load static %} {% block body %} {% include 'navbar.html' %}
{% for banner in banners %} {% endfor %}
S No. Image Status Action
{{forloop.counter}} {% if banner.status == 1 %} Active {% else %} Inactive {% endif %}  Delete
{% for message in messages %} {% endfor %} {% endblock %}