{% extends "admin/change_list.html" %} {% load ask_ai %} {% block result_list %} {{ block.super }} {% if ask_ai_enabled %}
{% ask_console greeting="Ask about this data…" %}
{% endif %} {% endblock %}