{% extends "base.html" %} {% block title %}Ticket Submitted · RelayDesk{% endblock %} {% block meta_description %}Support ticket confirmation and next steps.{% endblock %} {% block content %}
Ticket created

{{ ticket.ticket_number }} is ready to track.

We captured your request and created a dedicated thread for replies and status updates.

Status{{ ticket.get_status_display }}
Priority{{ ticket.get_priority_display }}
Category{{ ticket.get_category_display }}
Requester{{ ticket.requester_name }}
{% endblock %}