{% 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 %}
| Name | Slug | Posts | {% for cat in categories %}
|---|---|---|
| {{ cat.name }} | {{ cat.slug }} | {{ cat.total_posts }} |