{% extends "admin/admin_base.html" %} {% block title %}Chat Moderation — KittyRec Admin{% endblock %} {% block head %} {% endblock %} {% block content %}
All player chat threads — click a row to view messages
| ID | Players | Messages | Last Activity | Actions |
|---|---|---|---|---|
| #{{ t.id }} | {% for p in t.players %} {{ p.username }}{% if not loop.last %} · {% endif %} {% endfor %} | {{ t.message_count }} | {{ t.last_message_at[:16] if t.last_message_at else '—' }} |
Loading…