{% extends "wagtailadmin/base.html" %} {% load static i18n %} {% block titletag %} {% trans "Chat with" %} {{ chat_user.email }} {% endblock titletag %} {% block content %} {% include "wagtailadmin/shared/header.html" with title="Chat" icon="mail" %}

{% trans "Admin Chat View" %}

{% trans "This is the admin view of the chat. Here you can manage conversations and monitor user interactions." %}

{% csrf_token %}
{% endblock content %}