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

'{{cat_deleted}}' Category is Deleted

{% endif %}
img
{% for i in categoryList %} {% endfor %}
Category name Description Created By Action
product {{i.category_name}} {{i.description}} Admin img img
{% endblock body %}