{% extends "admin/change_list.html" %} {% load admin_list %} {% comment %} Default change_list.html for django-api-factory. Extends Django's stock template and: 1. appends the ActionFormMixin modal at the end of the content block 2. injects a per-page selector in the pagination block (override of stock) Subclasses can override `change_list_template` to a different file if they don't want either piece. {% endcomment %} {% block pagination %} {{ block.super }} {% comment %}Per-page selector. NOT a `