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