{% extends "base.html" %} {% load i18n %} {% load fnp_share %} {% block titleextra %}{% trans "Payment failed" %}{% endblock %} {% block body %}
{% blocktrans with e=view.object.email %}Are you sure you want to disable notifications for address {{e}}?{% endblocktrans %}
{% else %}{% blocktrans with e=view.object.email %}Notifications for address {{e}} have been successfully disabled.{% endblocktrans %}
{% endif %} {% url 'funding_current' as current %}{% blocktrans with current=current %}Return to the current fundraiser.{% endblocktrans %}