{% extends "helpdesk/base.html" %}{% load i18n %} {% block helpdesk_title %}{% trans "Delete Ignored E-Mail Address" %}{% endblock %} {% block helpdesk_body %}{% blocktrans with ignore.email_address as email_address %}

Un-Ignore E-Mail Address

Are you sure you wish to stop removing this email address ({{ email_address }}) and allow their e-mails to automatically create tickets in your system? You can re-add this e-mail address at any time. {% endblocktrans %} {% blocktrans %}

Keep Ignoring It

{% endblocktrans %}{% endblock %}