{% extends "base.html" %} {% block content %}

Support Thread #{{ thread.id }}

Back
{% if thread.user %} User: {{ thread.user.username }} {% else %} Guest Session: {{ thread.session_key|default:"-" }} {% endif %} • Status: {{ thread.status }}
ET Chat • Staff Reply
Live WebSocket
{% endblock %}