{% extends "website/base.html" %} {% block content %} 📊 Support Analytics Live overview of tickets and SLA performance. Open {{ open_count }} Pending {{ pending_count }} Closed {{ closed_count }} Avg first response (mins) {{ avg_first_response|default:"—" }} SLA missed (awaiting first response) {{ sla_missed }} Back to tickets 🕒 Recent tickets Quick glance at latest activity. {% for t in recent %} #{{ t.public_id }} {{ t.created_at|date:"M d, H:i" }} {{ t.subject }} {{ t.full_name }} • Status: {{ t.get_status_display }} {% if t.assigned_to %} • Assigned: {{ t.assigned_to.username }}{% endif %} {% empty %} No tickets yet. {% endfor %} {% endblock %}