{% include "header.html" %} {% load static %}
Banners
Home
Banners
Add Banner
{% for banner in all_banner %} {% endfor %}
Sr.No.
Image
Redirect url
Status
Created On
Action
{{forloop.counter}}
{% if banner.banner_image %}
{% else %}
{% endif %}
{{banner.redirect_url}}
{% if banner.status == "Active" %}
{{banner.status}}
{% else %}
{{banner.status}}
{% endif %}
{{banner.updated_at}}
{% if all_banner.has_previous %}
chevron_left
Prev
{% endif %}
{{ all_banner.number }}
{% if all_banner.has_next %}
Next
chevron_right
{% endif %}
{% include "sidebar.html"%}
{% include "footer.html" %}
Add Banner
{% csrf_token %}
Banner Image
Banner Position
home
dashboard
Redirect Url
Status
Active
Inactive
Add
Cancel
Edit Banner
{% csrf_token %}
Banner Image
Banner Position
home
dashboard
Redirect Url
Status
Active
Inactive
Save
Cancel
{% csrf_token %}
Are you sure you want to delete?
Yes
No