{% extends "withnav_template.html" %} {% from "components/textbox.html" import textbox %} {% from "components/page-header.html" import page_header %} {% from "components/page-footer.html" import page_footer %} {% block service_page_title %} {{ notification_type.capitalize() }} are disabled {% endblock %} {% block maincolumn_content %}
{% set back_link_dict = { 'add_new_template': '.choose_template', 'templates': '.choose_template', 'view_template': '.view_template' } %} {{ page_header( '{} are disabled'.format(notification_type.capitalize()), back_link=url_for( back_link_dict[return_to], service_id=current_service.id, template_id=template_id ) ) }}

Sending {{ notification_type }} has been disabled for your service.

If you need to send {{ notification_type }} get in touch with the GOV.UK Notify team.

{% endblock %}