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