{% extends "base.html" %} {% block title %}New Support Ticket - Actix MVC App{% endblock %} {% block content %}

Create New Support Ticket

{% if errors %} {% endif %}
Provide a brief summary of your issue
Select the priority level for your issue
Please provide detailed information about your issue
Cancel
{% endblock %}