2018-05-08 14:06:26 +01:00
|
|
|
{% extends "withoutnav_template.html" %}
|
|
|
|
|
{% from "components/sub-navigation.html" import sub_navigation %}
|
|
|
|
|
|
|
|
|
|
{% block per_page_title %}
|
|
|
|
|
Download the GOV.UK Notify data sharing and financial agreement
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block maincolumn_content %}
|
|
|
|
|
|
|
|
|
|
<div class="grid-row">
|
|
|
|
|
<div class="column-two-thirds">
|
|
|
|
|
|
|
|
|
|
<h1 class="heading-large">
|
|
|
|
|
Download the GOV.UK Notify data sharing and financial agreement
|
|
|
|
|
</h1>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<a href="{{ download_link }}">Download the agreement</a>{% if owner %} for {{ owner }}{% endif %}.
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
2019-09-13 10:35:17 +01:00
|
|
|
The agreement contains commercially sensitive information. Do not share it outside your organisation.
|
2018-05-08 14:06:26 +01:00
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|