<divclass='filterBox{% if query_params.filtering.assigned_to__id__in %} filterBoxShow{% endif %}'id='filterBoxOwner'>
<labelfor='id_owners'>{% trans "Owner(s)" %}</label><selectid='id_owners'name='assigned_to'multiple='selected'size='5'>{% for u in user_choices %}<optionvalue='{{ u.id }}'{%ifu.id|in_list:query_params.filtering.assigned_to__id__in%}selected='selected'{%endif%}>{{ u.username }}{% ifequal u user %} (ME){% endifequal %}</option>{% endfor %}</select>
<pclass='filterHelp'>Ctrl-Click to select multiple options</p>
<divclass='filterBox{% if query_params.filtering.queue__id__in %} filterBoxShow{% endif %}'id='filterBoxQueue'>
<labelfor='id_queues'>{% trans "Queue(s)" %}</label><selectid='id_queues'name='queue'multiple='selected'size='5'>{% for q in queue_choices %}<optionvalue='{{ q.id }}'{%ifq.id|in_list:query_params.filtering.queue__id__in%}selected='selected'{%endif%}>{{ q.title }}</option>{% endfor %}</select>
<pclass='filterHelp'>Ctrl-click to select multiple options</p>
<divclass='filterBox{% if query_params.filtering.status__in %} filterBoxShow{% endif %}'id='filterBoxStatus'>
<labelfor='id_statuses'>{% trans "Status(es)" %}</label><selectid='id_statuses'name='status'multiple='selected'size='5'>{% for s in status_choices %}<optionvalue='{{ s.0 }}'{%ifs.0|in_list:query_params.filtering.status__in%}selected='selected'{%endif%}>{{ s.1 }}</option>{% endfor %}</select>
<pclass='filterHelp'>Ctrl-click to select multiple options</p>
<ddclass='form_help_text'>{% trans "This name appears in the drop-down list of saved queries. If you share your query, other users will see this name, so choose something clear and descriptive!" %}</dd>
<dt><labelfor='id_shared'>{% trans "Shared?" %}</label></dt>
<dd><inputtype='checkbox'name='shared'id='id_shared'/> {% trans "Yes, share this query with other users." %}</dd>
<ddclass='form_help_text'>{% trans "If you share this query, it will be visible by <em>all</em> other logged-in users." %}</dd>
</dl>
<divclass='buttons'>
<inputtype='submit'value='{% trans "Save Query" %}'>
<trclass='row_tablehead'><tdcolspan='7'>{% trans "Tickets" %}</td></tr>
<trclass='row_columnheads'><th>#</th><th>{% trans "Pr" %}</th><th>{% trans "Title" %}</th><th>{% trans "Queue" %}</th><th>{% trans "Status" %}</th><th>{% trans "Created" %}</th><th>{% trans "Owner" %}</th></tr>