{% extends 'base.html' %} {% block content %}

Manage Category

{% include 'includes/messages.html' %} {% for i in categories %} {% endfor %}
# Category Name Creation Date Updated Date Action
{{ forloop.counter }} {{i.catname}} {{i.created_at}} {{i.updated_at}} EDIT DELETE
{% endblock %}