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

32 lines
866 B
HTML
Raw Normal View History

2018-05-09 13:10:01 +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-09 13:10:01 +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-09 13:10:01 +01:00
</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 dont share it more widely than you need to.
</p>
</div>
</div>
{% endblock %}