{% include 'AdminTemplates/adminDash.html' %} {% load static %} {% block body %}
{% if cat_deleted %}

'{{cat_deleted}}' Category is Deleted and the related Products also Deleted

{% endif %}
img
{% for i in categoryList %} {% if i.is_del == "0" %} {% endif %} {% endfor %}
Category name Description Parent Category Action
product {{ i.category_name }} {{ i.description }} {% if i.parent_category %} {{ i.parent_category.category_name }} {% else %} N/A {% endif %} {% if i.category_name != "Other" %} Edit Delete {% else %} Forbidden {% endif %}
{% endblock body %}