{% extends "layouts/base.html" %} {% load static %} {% block title %} Disable Advertiser {% endblock %} {% block extra_css %} {% endblock extra_css %} {% block breadcrumb %} {% endblock %} {% block content %} {% for n in brands %} {% if n.status == "1" %} {% else %} {% endif %} {% endfor %}
Logo Name Description Category Status Action
{{ n.brand_name }}
{{ n.description }} {{ n.category}} active inactive
{% csrf_token %} {% if n.status == "1" %} {% else %} {% endif %}
{% endblock content %}