1 {% extends "base.html" %}
5 {% block titleextra %}{% trans "Payment failed" %}{% endblock %}
9 <h1>{% trans "Disable notifications" %}</h1>
10 <div class="white-box normal-text">
12 {% if view.object.notifications %}
14 <p>{% blocktrans with e=view.object.email %}Are you sure you want to disable notifications for address {{e}}?{% endblocktrans %}</p>
15 <form method="post" action="">
16 <button>{% trans "Disable notifications" %}</button>
21 <p>{% blocktrans with e=view.object.email %}Notifications for address {{e}} have been successfully disabled.{% endblocktrans %}</p>
25 {% url 'funding_current' as current %}
27 {% blocktrans with current=current %}Return to the <a href="{{current}}">current fundraiser</a>.{% endblocktrans %}