{% extends "helpdesk/inner.html" %} {% load i18n %} {% load in_list helpdesktags %} {% block helpdesk_title %}{% trans "Ticket Listing" %}{% endblock %} {% block extra-head %}{{ block.super }} {% endblock %} {% block helpdesk_widgets %}
{% trans "Ordering applied to tickets" %}
{% trans "Ctrl-Click to select multiple options" %}
{% trans "Ctrl-click to select multiple options" %}
{% trans "Use YYYY-MM-DD date format, eg 2011-05-29" %}
{% trans "Keywords are case-insensitive, and will be looked for in the title, body and submitter fields." %}
{% blocktrans with saved_query.title as query_name %}You are currently viewing saved query {{ query_name }}.{% endblocktrans %} {% trans "Delete Saved Query" %}
{% blocktrans with saved_query.id as query_id %}Run a report on this query to see stats and charts for the data listed below.{% endblocktrans %}
{% 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 %}
{% trans "Select:" %} {% trans "All" %} {% trans "None" %} {% trans "Inverse" %} {% trans "Action:" %} --- Select --- {% trans "Take (Assign to me)" %} {% trans "Delete" %} {% trans "Close (Don't Send E-Mail)" %} {% trans "Close (Send E-Mail)" %} {% trans "Nobody (Unassign)" %} {% for u in user_choices %} {{ u.username }} {% endfor %}