{% extends 'index.html' %} {% load static %} {% block content %}

Sub-Categories

Add A New Sub-Category
{% for sub in sub_cat %} {% empty %} {% endfor %}
Sub-Category Actions
{{ sub.sub_cat }} Edit Delete
No Sub-Categories available.
{% endblock %}