{% extends "withnav_template.html" %} {% from "components/page-header.html" import page_header %} {% from "components/page-footer.html" import page_footer %} {% from "components/components/back-link/macro.njk" import usaBackLink %} {% block service_page_title %} {{ notification_type.capitalize() }} are disabled {% endblock %} {% block backLink %} {{ usaBackLink({ "href": back_link }) }} {% endblock %} {% block maincolumn_content %}
{{ page_header('{} are disabled'.format(notification_type.capitalize())) }}

Sending {{ 999|message_count_label(notification_type, suffix='') }} has been disabled for your service.

If you need to send {{ 999|message_count_label(notification_type, suffix='') }} get in touch with the Notify.gov team.

{% endblock %}