{% extends "base.html" %} {% set active_nav = "support" %} {% block title %}Create Support Ticket - LSMC Atlas{% endblock %} {% block content %}

Support

Create a support ticket

Share the operational context and the LSMC team can route the request with the right priority and follow-up.

{% if error %}
{{ error }}
{% endif %} {% if prefill_trace_id %}
This ticket has been pre-filled from an error report (Trace ID: {{ prefill_trace_id }}). Please add any additional details about what you were doing, then submit.
{% endif %}
If this ticket is related to a specific TRF
If this ticket is related to a specific shipment
Cancel
{% endblock %}