{% block extra_css %}{% endblock %}
Fastband Tickets
Dashboard
Tickets
Navigation
Dashboard
All Tickets
Quick Filters
{{ stats.open if stats is defined else '' }}
Open
{{ stats.in_progress if stats is defined else '' }}
In Progress
{{ stats.under_review if stats is defined else '' }}
Under Review
{{ stats.critical if stats is defined else '' }}
Critical
{{ stats.high if stats is defined else '' }}
High Priority
{% if error is defined and error %}
{{ error }}
{% endif %} {% block content %}{% endblock %}
{% block extra_js %}{% endblock %}