{% extends 'base.html' %} {% load static %} {% block body %} {% include 'navbar.html' %}
| S No. | Category | Name | Status | Actions |
|---|---|---|---|---|
| {{ forloop.counter }} | {{sub_category.category.name}} | {{sub_category.name}} | {% if sub_category.status == 1 %} Active {% else %} Inactive {% endif %} | Delete |