{# templates/adminpanel/category_list.html #} {% extends "adminpanel/base.html" %} {% block pagetitle %}Categories{% endblock %} {% block page_header %}Categories{% endblock %} {% block header_actions %}
+ Add
{% endblock %} {% block content %}
{% for c in items %} {% empty %} {% endfor %}
Name Parent Actions
{{ c.name }} {% if c.parent %}{{ c.parent.name }}{% else %}—{% endif %} Edit Delete
No items found.
{% if page_obj %} {% endif %} {% endblock %}