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

Threads{% if account %} for {{ account }}{% endif %}

Latest updated threads. Click an ID to view details and AI analysis.

{% for t in threads %} {% else %} {% endfor %}
ID Subject Account Msgs Requires Reply Updated
{{ t.id }} {{ t.subject }} {{ t.account_email }} {{ t.messages|length }} {% if t.requires_reply %} Needs reply {% else %} Up to date {% endif %} {{ t.updated_at }}
No threads yet
{% endblock %}