{% extends "layouts/base.html" %} {% load static %} {% block title %} Tickets {% endblock title %} {% block stylesheets %} {% endblock stylesheets %} {% block content %}
    {% if priorities %}
  • Priorities
  • {% for priority in priorities %}
  • {% endfor %} {% endif %} {% if tags %}
  • Tags
  • {% for tag in tags %}
  • {% endfor %} {% endif %} {% if departments %}
  • Departments
  • {% for department in departments %}
  • {% endfor %} {% endif %}
  • Delete
  • Mark as Spam
  • Star
  • Delete
  • Mark as Spam
  • Star
    test

{% csrf_token %}

New Ticket

Briefly describe the subject of the ticket.
Describe your issue in detail here.
How important is this ticket?
Use tags to categorize this ticket.
{% endblock content %} {% block javascripts %} {% endblock javascripts %}