{% extends "admin/base_site.html" %} {% load i18n static %} {% block title %}{% if current_agent %}{{ current_agent.display_name }} — {% endif %}{% trans "AI Chat" %} | {{ site_title|default:_('Django site admin') }}{% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block content %} {% if error %}
smart_toy

{{ error }}

Create an Agent in Admin →
{% else %}
smart_toy
{{ current_agent.display_name }}
Online & Ready
{% if agents|length > 1 %}
expand_more
{% endif %}
{% if not persist_messages %}
info History not saved — enable  PERSIST_MESSAGES = True
{% endif %}
Started with {{ current_agent.display_name }}
smart_toy
Hi, I’m {{ current_agent.display_name }}
How can I help you today?

Enter send  ·  Shift+Enter new line

{% endif %} {% endblock %}