{% 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.

{{ agreement_info.as_terms_of_use_paragraph( terms_link=url_for('main.sign_in', next=url_for('main.terms')), download_link=url_for('.agreement'), support_link=url_for('.feedback', ticket_type='ask-question-give-feedback', body='agreement'), signed_in=current_user.is_authenticated )}}

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 %}