{% extends "DAIManagementApp/base.html" %} {% 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 %}