{% extends "admin/base.html" %} {% block title %}Manage Categories - Digital Garage Sale{% endblock %} {% block content %}

Manage Categories

Add New Category {% for category in categories %} {% else %} {% endfor %}
ID Name Items Count Actions
{{ category.id }} {{ category.name }} {{ category.items.count() }}
No categories found
{% endblock %}