{# admin/base_list.html — block-based base for model list views. Extend this to customize individual sections of the list view. Available blocks: list_breadcrumb — breadcrumb navigation list_header — page header (title + export/import/create actions) list_filters — filter bar (search input + filter chips) list_bulk_actions — bulk actions toolbar list_table — data table fragment list_scripts — page-level JS (filterBar, bulk actions) Context: registered, items, display_columns, permissions, filter_fields, active_filters, ordering, search_query, pagination, view, etc. #} {% extends "base.html" %} {% block title %}{{ registered.verbose_name_plural }} — {{ title | default("Admin") }}{% endblock %} {% block content %}
Manage your {{ registered.verbose_name_plural | lower }} and inventory