{# custom_templates/admin/products/list.html — PER-MODEL list-view override. Only applies to the Product model (table "products"). It takes priority over the global admin/list.html and the built-in default. Template resolution order (first match wins): 1. Explicit admin.list_template 2. admin//list.html <- this file 3. admin/list.html <- global override 4. pages/list.html <- built-in default #} {% extends "admin/base_list.html" %} {% block list_header %} {% endblock %}