{% extends 'admin/model/list.html' %} {# Visual grouping for Ansible rule lists: when the table is sorted by project, walk it after render and insert a project-name banner row before every transition. Cheap, no server-side work, and degrades gracefully — if the user re-sorts by another column the banners are still inserted but no longer make sense, so we only emit them when the current sort key is `project`. #} {% block tail %} {{ super() }} {% endblock %}