{% extends "base.html" %} {% block title %}New Ticket{% endblock %} {% block page_title %}Submit a New Ticket{% endblock %} {% block content %}
{% if templates %}
Start from a Template

Select a common request type to pre-fill the form, or fill it in manually below.

{% for t in templates %}
{% endfor %}
{% endif %}
New Support Request
Accepted: PNG, JPG, PDF, DOC, DOCX, TXT, ZIP, LOG. Max 16 MB per file.
Priority Guide
LOW Minor inconvenience, no work stoppage
MEDIUM Impacting productivity, workaround available
HIGH Significant impact, no workaround
CRITICAL Complete outage or security incident
Cancel
Prefer Chatting?

Let our AI assistant guide you through reporting your issue conversationally.

Tips

✅ Include error messages exactly as shown

✅ Mention what changed recently

✅ List affected users or devices

✅ Attach relevant screenshots or logs

{% block scripts %} {% endblock %} {% endblock %}