{% extends "base.html" %} {% block content %}
Subject: {{ thread.subject }}
Account: {{ thread.account_email }}
{% if thread.requires_reply %} Needs reply {% else %} Up to date {% endif %}
Actionable: {% if ai.actionable %}Yes{% else %}No{% endif %}
Summary: {{ ai.summary or "No summary available" }}
Confidence: {{ ai.confidence or "N/A" }}{% if ai.model %} • Model: {{ ai.model }}{% endif %}
{% if ai.analyzed_at %}Analysis cached from: {{ ai.analyzed_at }}
{% elif thread.last_analyzed_at %}Last analyzed: {{ thread.last_analyzed_at }}
{% endif %} {% else %}No AI analysis available
{% endif %}Last alert level sent: {{ thread.last_alert_level_sent }}{% if thread.last_alert_sent_at %} at {{ thread.last_alert_sent_at }}{% endif %}