{% extends "base.html" %} {% block content %}
Latest updated threads. Click an ID to view details and AI analysis.
{% if status %}| ID | Subject | AI Summary | Account | Msgs | Requires Reply | Updated |
|---|---|---|---|---|---|---|
| {{ t.id }} | {{ t.subject }} | {{ t.ai_summary or '' }} | {{ t.account_email }} | {{ t.messages|length }} | {% if t.requires_reply %} Needs reply {% else %} Up to date {% endif %} | {{ t.updated_at }} |
| No threads yet | ||||||