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>
|
|
|
|
|
|
2019-05-01 08:00:25 +01:00
|
|
|
{% include 'views/agreement/_agreement-signed.html' %}
|
|
|
|
|
|
2018-05-09 13:10:01 +01:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|