{% extends "helpdesk/base.html" %}{% load i18n %} {% block helpdesk_title %}{% trans "Delete Saved Query" %}{% endblock %} {% block helpdesk_body %}{% blocktrans with query.title as query_title %}

Delete Query

Are you sure you want to delete this saved filter ({{ query_title }})? To re-create it, you will need to manually re-filter your ticket listing.

{% endblocktrans %} {% if query.shared %}{% blocktrans %}

You have shared this query, so other users may be using it. If you delete it, they will have to manually create their own query.

{% endblocktrans %}{% endif %} {% blocktrans %}

No, Don't Delete It

{% endblocktrans %}{% endblock %}