{% extends 'base.html' %} {% block content %}
| ID | Customer | Subject | Priority | Status | Created | Actions |
|---|---|---|---|---|---|---|
| #{{ ticket.id }} | {{ ticket.user.username }} {{ ticket.user.email }} |
{{ ticket.subject|truncatechars:60 }} | {{ ticket.priority }} | {{ ticket.status }} | {{ ticket.created_at|date:"d M Y" }} | Manage |
| No tickets match your search/filters. | ||||||