{% extends "wagtailadmin/base.html" %} {% load i18n static %} {% block titletag %}{{ title }}{% endblock %} {% block extra_css %} {{ block.super }} {% endblock %} {% block content %} {{ chat_strings|json_script:"ai-admin-chat-strings" }} {% include "wagtailadmin/shared/header.html" with title=title icon="help" %}
{% trans "Use the assistant for guidance on content editing, product workflows, and common administrative tasks." %}
{% trans "When enabled, the assistant may use internal business context available only to permitted staff." %}