{% extends "base_simple.html" %} {% load i18n %} {% load fnp_share %} {% block titleextra %}{% trans "Disable notifications" %}{% endblock %} {% block body %}

{% trans "Disable notifications" %}

{% if view.object.notifications %}

{% 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 %}

{% endblock %}