{% extends "helpdesk/base.html" %}{% load i18n %} {% block helpdesk_title %}{% trans "Ticket Listing" %}{% endblock %} {% block helpdesk_head %} {% endblock %} {% block helpdesk_body %} {% load in_list %}
Ordering applied to tickets
Ctrl-Click to select multiple options
Ctrl-click to select multiple options
Keywords are case-insensitive, and will be looked for in the title, body and submitter fields.
{% trans "Query" %} {% for q in user_saved_queries %} {{ q.title }}{% if q.shared %} (Shared{% ifnotequal user q.user %} by {{ q.user.username }}{% endifnotequal %}){% endif %} {% endfor %}
Select: All None Inverse
With Selected Tickets: Take (Assign to me)DeleteClose (Don't Send E-Mail)Close (Send E-Mail)Nobody (Unassign){% for u in user_choices %}{{ u.username }}{% endfor %}