{% load static %}; Category List {% include 'Admin/admin_header.html' %} {% include 'Admin/admin_sidebar.html' %}
{% block body %}
Category List
{% if Error%} {% elif messages %} {% for message in messages %} {% endfor %} {% endif %}
{% for data in datas %} {% endfor %}
Sr.No Category Title Action
{{ forloop.counter }} {{ data.category_title }} Edit | Delete
{% endblock %}