{% extends "withnav_template.html" %} {% from "components/page-footer.html" import page_footer %} {% block page_title %} GOV.UK Notify | Service settings {% endblock %} {% block maincolumn_content %}

Turn off all outgoing notifications

You’ll still be able to send notifications to yourself by uploading a CSV file.

You can start sending notifications again when you’re ready.

{{ page_footer( 'Turn off all outgoing notifications', destructive=True, back_link=url_for('.service_settings', service_id=service_id) ) }}
{% endblock %}