{% extends 'base.html' %} {% load static %} {% block content %} {% include 'partials/_messages.html' %}
| 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 |