{% extends 'base.html' %} {% load i18n %} {% block content %}

All Support Tickets Staff Dashboard

{% for ticket in tickets %} {% empty %} {% endfor %}
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.
{% endblock %}