{% extends "withoutnav_template.html" %} {% from "components/banner.html" import banner_wrapper %} {% from "components/sub-navigation.html" import sub_navigation %} {% block per_page_title %} Terms of use {% endblock %} {% block maincolumn_content %}
{{ sub_navigation(navigation_links) }}

Terms of use

These terms apply to your service’s use of GOV.UK Notify. You must be the service manager to accept them.

{% if agreement_info.agreement_signed %}

Your organisation ({{ agreement_info.owner }}) has already accepted the GOV.UK Notify data sharing and financial agreement.

{% else %}

Your organisation {% if agreement_info.owner %} ({{ agreement_info.owner }}) must also accept our data sharing and financial agreement. Contact us to get a copy. {% else %} must also accept our data sharing and financial agreement. Contact us to get a copy. {% endif %}

{% endif %}

When using Notify

You must:

If you don’t keep to these terms, we might have to stop sending your messages.

Notify will:

Leaving Notify

You can leave Notify at any time. Just contact us and we’ll close your account.

When you leave Notify, all your data will be deleted.

{% endblock %}