2018-05-08 14:21:52 +01:00
|
|
|
|
{% extends "withoutnav_template.html" %}
|
|
|
|
|
|
{% from "components/sub-navigation.html" import sub_navigation %}
|
|
|
|
|
|
|
|
|
|
|
|
{% block per_page_title %}
|
2018-09-26 15:59:25 +01:00
|
|
|
|
GOV.UK Notify data sharing and financial agreement
|
2018-05-08 14:21:52 +01:00
|
|
|
|
{% 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">
|
2018-09-26 15:59:25 +01:00
|
|
|
|
GOV.UK Notify data sharing and financial agreement
|
2018-05-08 14:21:52 +01:00
|
|
|
|
</h1>
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
Before you can go live on GOV.UK Notify, your organisation needs to agree to our data sharing and financial agreement.
|
|
|
|
|
|
</p>
|
|
|
|
|
|
<h2 class="heading-small">
|
|
|
|
|
|
Crown bodies
|
|
|
|
|
|
</h2>
|
|
|
|
|
|
<p>
|
|
|
|
|
|
Download the <a href="{{ url_for('main.public_download_agreement', variant='crown') }}">crown agreement</a>.
|
|
|
|
|
|
</p>
|
|
|
|
|
|
<h2 class="heading-small">
|
|
|
|
|
|
Non-crown bodies
|
|
|
|
|
|
</h2>
|
|
|
|
|
|
<p>
|
|
|
|
|
|
Download the <a href="{{ url_for('main.public_download_agreement', variant='non-crown') }}">non-crown agreement</a>.
|
|
|
|
|
|
</p>
|
|
|
|
|
|
<div class="panel panel-border-wide">
|
|
|
|
|
|
<p>
|
2018-05-09 16:02:02 +01:00
|
|
|
|
<a href="{{ url_for('main.support') }}">Contact us</a> if you’re
|
|
|
|
|
|
not sure whether your organisation is a crown or non-crown body.
|
2018-05-08 14:21:52 +01:00
|
|
|
|
</p>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<h2 class="heading-small">
|
|
|
|
|
|
Next steps
|
|
|
|
|
|
</h2>
|
|
|
|
|
|
<ol class="list list-number">
|
|
|
|
|
|
<li>
|
|
|
|
|
|
Get the agreement signed by someone who has the authority to do so on behalf of {{ owner or 'your organisation' }}.
|
|
|
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
|
|
|
Return the signed copy to <a href="mailto:notify-support@digital.cabinet-office.gov.uk">notify-support@digital.cabinet-office.gov.uk</a>.
|
|
|
|
|
|
</li>
|
|
|
|
|
|
</ol>
|
|
|
|
|
|
<p>
|
|
|
|
|
|
The agreement contains commercially sensitive information, so don’t share it more widely than you need to.
|
|
|
|
|
|
</p>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|