2018-05-09 13:10:01 +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-one-third">
|
|
|
|
|
|
{{ sub_navigation(navigation_links) }}
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="column-two-thirds">
|
|
|
|
|
|
|
|
|
|
|
|
<h1 class="heading-large">
|
|
|
|
|
|
Download the GOV.UK Notify data sharing and financial agreement
|
|
|
|
|
|
</h1>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
Your organisation ({{ owner }}) has already accepted the GOV.UK
|
2018-05-09 16:02:02 +01:00
|
|
|
|
Notify data sharing and financial agreement. You can
|
|
|
|
|
|
<a href="{{ url_for('main.download_agreement') }}">download a copy</a>.
|
2018-05-09 13:10:01 +01:00
|
|
|
|
</p>
|
|
|
|
|
|
<p>
|
|
|
|
|
|
The agreement contains commercially sensitive information, so don’t share it more widely than you need to.
|
|
|
|
|
|
</p>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|