Ticket {{ ticket.public_id }}
Status: {{ ticket.get_status_display }} • {{ ticket.full_name }}
{% if ticket.due_at and not ticket.first_response_at %}
SLA due: {{ ticket.due_at|date:"M d, Y H:i" }}
{% endif %}
{% if ticket.assigned_to %}
• Assigned: {{ ticket.assigned_to.username }}
{% else %}
• Assigned: Unassigned
{% endif %}