{% extends "base.html" %} {% block title %}Inbox{% endblock %} {% block content %}
| Star | Subject | Status | |||||||
|---|---|---|---|---|---|---|---|---|---|
| {# ID + external link #} {# Last message preview #} {# Subject + snippet #} |
{# Mobile-only: ID + badges inline above subject #}
#{{ ticket.provider_thread_id or ticket.id }}
{% if not ticket.is_read %}{% endif %}
{% if ticket.has_ai %}psychology{% endif %}
{% if ticket.customer_revenue and ticket.customer_revenue|float > 500 %}VIP{% elif ticket.customer_revenue and ticket.customer_revenue|float > 100 %}military_tech{% endif %}
{{ ticket.subject }}
{% if ticket.last_snippet %}
{{ ticket.last_snippet }} {% endif %} |
{# Product (icon only, tooltip shows name) #}
{# PS Version #}
{# Status badge #}
{% if ticket.status == 'open' %} Open {% elif ticket.status == 'in_progress' %} In Progress {% elif ticket.status == 'waiting_customer' %} Waiting {% elif ticket.status == 'closed' %} Closed {% else %} {{ ticket.status }} {% endif %} | {# Priority badge #} {# Support status #} {# Last activity #}|||||||
|
inbox
No tickets found. Try adjusting your filters or sync new messages. |
|||||||||
Page {{ page }} of {{ total_pages }}