{% extends "helpdesk/base.html" %} {% block helpdesk_title %}{% trans "Delete Ignored E-Mail Address" %}{% endblock %} {% block helpdesk_body %}

{% trans "Un-Ignore E-Mail Address" %}

{% blocktrans with ignore.email_address as email_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 %}

{% trans "Keep Ignoring It" %}

{% csrf_token %}
{% endblock %}