{% extends "DAIManagementApp/base.html" %} {% block content %}
{% for brand in brands %} {% csrf_token %} {% if brand.status == "1" %} {% else %} {% endif %} {% endfor %}
Logo Name Description Category Status Action
{{ brand.brand_name }}
{{ brand.description }} {{ brand.category}} active inactive
{% endblock content %}