{% extends "base.html" %} {% block title %}Create Support Ticket - LSMC Hub{% endblock %} {% block content %}
{% 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 %}