{% extends 'LayoutMain.html' %} {% load static %} {% block title %}Dashboard - Categories{% endblock %} {% block content %}
All Categories
Add New Category
Show entries
Search:
{% for category in categories %} {% empty %} {% endfor %}
# Category Name Created At Updated At Actions
{{ forloop.counter }} {{ category.category_name }} {{ category.created_at|date:"M d, Y" }} {{ category.updated_at|date:"M d, Y" }}

No categories added yet. Click "Add New Category" to create one.
Showing 1 to {{ categories|length }} of {{ categories|length }} entries
{% endblock %}