{% extends 'admin/master.html' %} {% load static %} {% block content %}

Banners

Banners

{% for banner in banners %} {% empty %} {% endfor %}
ID App Module Banner Position Status Action
{{ banner.id }} {{ banner.app_module.module_name }} {% if banner.banner %} banner {% else %} No image {% endif %} {{ banner.get_position_display|capfirst }} {% if banner.status == 1 %} Active {% else %} Inactive {% endif %}
No banners found.
{% endblock content %}