{% extends "base.html" %} {% block title %}Support Tickets - LSMC Hub{% endblock %} {% block content %}
View and manage support tickets
| Ticket # | EUID | Subject | Type | Priority | Status | Created | Actions |
|---|---|---|---|---|---|---|---|
| {{ ticket.ticket_number }} | {{ ticket.euid }} | {{ revision.subject }} | {{ revision.ticket_type.replace('_', ' ') }} | {{ revision.priority }} | {{ revision.status.replace('_', ' ') }} | {{ ticket.created_at | format_dt(user_preferences) }} | View |
| No tickets found | |||||||