mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-02 15:11:13 -04:00
43 lines
1.9 KiB
HTML
43 lines
1.9 KiB
HTML
{% extends "base.html" %}
|
||
{% from "components/banner.html" import banner_wrapper %}
|
||
|
||
{% block per_page_title %}
|
||
Terms of use
|
||
{% endblock %}
|
||
|
||
{% block content_column_content %}
|
||
|
||
<h1 class="font-body-2xl margin-bottom-3">Terms of use</h1>
|
||
|
||
<p>
|
||
These terms apply to your service’s use of Notify.gov. You must be the service manager to accept them.
|
||
</p>
|
||
|
||
<h2 class="font-body-lg" id="when-using-notify">When using Notify</h2>
|
||
<p>You must:</p>
|
||
<ul class="list list-bullet">
|
||
<li>ensure your organization has reviewed and approved any messages you will send</li>
|
||
<li>tell us immediately if you have any security breaches</li>
|
||
<li>keep your API keys secure</li>
|
||
<li>get the right levels of consent (to send messages and to use data)</li>
|
||
<li>not send unsolicited messages, only ones related to official government services and information</li>
|
||
<li>check that the data you add to Notify is accurate and complies with data protection legislation</li>
|
||
</ul>
|
||
<p>If you do not keep to these terms, we might have to stop sending your messages.</p>
|
||
|
||
<p> Notify.gov will:</p>
|
||
<ul class="list list-bullet">
|
||
<li>send all the messages you pass to us, as long as they meet our guidelines</li>
|
||
<!-- <li>
|
||
show how Notify is performing (through our <a class="usa-link" href="{{ url_for('main.performance') }}">performance</a> and <a class="usa-link" href="https://status.notifications.service.gov.uk/">status</a> page)
|
||
</li> -->
|
||
<li>keep your data <a class="usa-link" href="{{ url_for('.security') }}">secure</a></li>
|
||
<li>give you one month’s notice by email if we change our terms of use or delivery providers</li>
|
||
</ul>
|
||
|
||
<h2 class="font-body-lg" id="leaving-notify">Leaving Notify</h2>
|
||
<p>You can leave Notify at any time. Just <a class="usa-link" href="{{url_for('.support')}}">contact us</a> and we’ll close your account.</p>
|
||
<p>When you leave Notify, all your data will be deleted.</p>
|
||
|
||
{% endblock %}
|