{% extends "withnav_template.html" %} {% from "components/textbox.html" import textbox %} {% from "components/page-footer.html" import page_footer %} {% block service_page_title %} Emails {% endblock %} {% block maincolumn_content %}
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.
{% set back_link_dict = { 'add_new_template': { 'url' : '.choose_template', 'text': 'Back to templates' }, 'templates': { 'url' : '.choose_template', 'text' : 'Back to templates' }, 'view_template': { 'url' :'.view_template', 'text' : 'Back to the template' } } %} {{ page_footer( back_link=url_for( back_link_dict[return_to]['url'], service_id=current_service.id, template_id=template_id), back_link_text=back_link_dict[return_to]['text'] ) }}