{% import "Pylot/macros/base.html" as m with context %} {% import "Pylot/macros/forms.html" as f with context %} {% extends "Pylot/PostAdmin/layout.html" %} {% block page_title %}Categories{% endblock %} {% block content %}
New Category
{% for cat in categories %} {% endfor %}
Name Slug Posts
{{ cat.name }} {{ cat.slug }} {{ cat.total_posts }}