{% extends 'base.html' %} {% load static %} {% block content %}
{% if messages %} {% for message in messages %} {% if message.tags == 'info' %} {% endif %} {% endfor %} {% endif %}
{% for i in category %} {% endfor %}
Cat.No Name Created at Updated at Action
{{forloop.counter}}

{{i.name}}

{{i.created_at}} {{i.updated_at}}
{% csrf_token %}

Are you sure you want to delete this category?

{% endblock %}