{% extends "base.html" %} {% block title %}Support Tickets - LSMC Hub{% endblock %} {% block content %}
{% if tickets %} {% for ticket, revision in tickets %} {% endfor %} {% else %} {% endif %}
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
← Back to Dashboard
{% endblock %}