{% extends 'base.html' %} {% load static %} {% block content %} {% include 'partials/_messages.html' %}
{% for item in arge %} {% endfor %}
Brand Name Category Owner Manufacturer Actions
{{ item.brandsName|default:"–" }} {% for cat in categories %} {% if cat.id == item.category %} {{ cat.categName }} {% endif %} {% endfor %} {{ item.owner|default:"–" }} {{ item.manufacturer|default:"–" }} Edit
{% endblock content %}