Files
notifications-admin/app/templates/views/agreement.html

42 lines
1.2 KiB
HTML
Raw Normal View History

{% extends "withoutnav_template.html" %}
{% from "components/sub-navigation.html" import sub_navigation %}
{% block per_page_title %}
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">
GOV.UK Notify data sharing and financial agreement
</h1>
<p>
2018-04-03 10:58:48 +01:00
Before you can go live on GOV.UK Notify, your organisation needs to agree to our data sharing and financial agreement.
2018-03-27 11:34:12 +01:00
</p>
2018-04-03 10:58:48 +01:00
<ol class="list list-number">
<li>
<a href="{{ url_for('main.download_agreement') }}">Download the agreement</a>.
</li>
<li>
Get it signed by someone who has the authority to do so on behalf of {{ owner }}.
2018-04-03 10:58:48 +01:00
</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>
2018-03-27 11:34:12 +01:00
<p>
2018-04-03 10:58:48 +01:00
The agreement contains commercially sensitive information, so dont share it more widely than you need to.
</p>
</div>
</div>
{% endblock %}