{% extends "impala/base_shared.html" %} {% block title %}{{ page_title(_('Unsubscribe')) }}{% endblock %} {% block content %}
{% if unsubscribed %}

{{ _('You are successfully unsubscribed!') }}

{% trans email=email %} The email address {{ email }} will no longer get messages when: {% endtrans %}

{{ _('More Actions:') }} {{ _('edit your notification settings') }} · {{ _('edit your profile') }}

{% else %}

{{ _('We could not unsubscribe you') }}

{% set edit_url='%s#acct-notify' % url('users.edit') %} {% trans edit_url=edit_url %} Unfortunately, we weren't able to unsubscribe you. The link you clicked is invalid. However, you can still unsubscribe on your edit profile page. {% endtrans %}

{% endif %}

{% endblock content %}