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