-
{% if priorities %}
No Tickets Found
- Try clearing your search
- Try removing your filters
- Try using the refresh button
{% extends "layouts/base.html" %}
{% load static %}
{% block title %} Tickets {% endblock title %}
{% block stylesheets %}
{% endblock stylesheets %}
{% block content %}
{% if priorities %}
{% for priority in priorities %}
{% endfor %}
{% endif %}
{% if tags %}
{% for tag in tags %}
{% endfor %}
{% endif %}
{% if departments %}
{% for department in departments %}
{% endfor %}
{% endif %}
No Tickets Found