{% extends "withnav_template.html" %} {% from "components/page-header.html" import page_header %} {% from "components/uk_components/button/macro.njk" import govukButton %} {% from "components/uk_components/back-link/macro.njk" import govukBackLink %} {% block service_page_title %} Accept our data sharing and financial agreement {% endblock %} {% block backLink %} {{ govukBackLink({ "href": url_for('main.request_to_go_live', service_id=current_service.id) }) }} {% endblock %} {% block maincolumn_content %}
{{ page_header('Accept our data sharing and financial agreement')}}

Before you can use U.S. Notify, you need to accept our data sharing and financial agreement.

This must be done by, or on behalf of, someone with the authority to sign contracts for {{ current_service.organisation.name }}.

Once accepted, the agreement covers all Notify services from {{ current_service.organisation.name }}.

The agreement is confidential and should not be shared outside your organization.

{{ govukButton({ "element": "a", "text": "Continue", "href": url_for('main.service_accept_agreement', service_id=current_service.id), }) }}
{% endblock %}