{% 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
    • Tag Filtering
  • {% for tag in tags %}
  • {% endfor %} {% endif %}

  • {% if departments %}
  • Departments
  • {% for department in departments %}
  • {% endfor %} {% endif %}
No Tickets Found
  • Try clearing your search
  • Try removing your filters
  • Try using the refresh button
{% for i in "x"|rjust:"3" %}
{% endfor %}
{% 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 %}