{% extends "cadmin/base_admin.html" %} {% block title %} All Posts - {{ block.super }} {% endblock %} {% block main %}

» All Categories

Add Category »

{% if messages %} {% for message in messages %}

{{ message }}

{% endfor %} {% endif %}

Total Categories: {{ categories.paginator.count }}

{% for category in categories %} {% if forloop.first %} {% endif %} {% if forloop.last %}
Name Slug Author Action
{{ category.name|truncatechars:50 }} {{ category.slug }} {{ category.author.user.username }} Edit | Delete
{% endif %} {% empty %} No Posts {% endfor %}
{% if categories %} {% endif %} {% endblock %}