{% extends 'partials/base.html' %} {% load static %} {% block content %}
{% block title %} {% include 'partials/title.html' with title='Categories' text='Dashboard' textone='Pages' texttwo='Categories' %} {% endblock %}

Categories List

{% for record in blog_categories %} {% endfor %}
Category Added on Status Action
{{ record.Category }} {{ record.Addedon }} {{ record.Status }}
{% endblock %}