2018-05-08 14:06:26 +01:00
|
|
|
{% extends "withoutnav_template.html" %}
|
|
|
|
|
{% from "components/sub-navigation.html" import sub_navigation %}
|
|
|
|
|
|
|
|
|
|
{% block per_page_title %}
|
2022-12-06 11:03:47 -05:00
|
|
|
Download the U.S. Notify data sharing and financial agreement
|
2018-05-08 14:06:26 +01:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block maincolumn_content %}
|
|
|
|
|
|
2020-02-19 11:57:15 +00:00
|
|
|
<div class="govuk-grid-row">
|
2020-02-19 12:36:02 +00:00
|
|
|
<div class="govuk-grid-column-two-thirds">
|
2018-05-08 14:06:26 +01:00
|
|
|
|
|
|
|
|
<h1 class="heading-large">
|
2022-12-06 11:03:47 -05:00
|
|
|
Download the U.S. Notify data sharing and financial agreement
|
2018-05-08 14:06:26 +01:00
|
|
|
</h1>
|
|
|
|
|
|
2020-05-29 17:11:01 +01:00
|
|
|
<p class="govuk-body">
|
2022-05-19 11:44:40 +01:00
|
|
|
<a class="govuk-link govuk-link--no-visited-state" href="{{ download_link }}">Download the agreement (PDF)</a>{% if owner %} for {{ owner }}{% endif %}.
|
2018-05-08 14:06:26 +01:00
|
|
|
</p>
|
2020-05-29 17:11:01 +01:00
|
|
|
<p class="govuk-body">
|
2022-12-20 09:44:33 -05:00
|
|
|
The agreement contains commercially sensitive information. Do not share it outside your organization.
|
2018-05-08 14:06:26 +01:00
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|