{% extends "base.html" %} {% set active_nav = "support" %} {% block title %}Support Tickets - LSMC Atlas{% endblock %} {% block content %}
Support
Open a ticket for technical issues, access requests, billing questions, or case follow-up. Atlas keeps the operational history attached to your organization.
| 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 | |||||||