2020-03-24 15:01:42 +00:00
|
|
|
{% extends "withoutnav_template.html" %}
|
|
|
|
|
|
|
|
|
|
{% from "components/page-header.html" import page_header %}
|
2023-08-22 12:40:53 -04:00
|
|
|
{% from "components/components/back-link/macro.njk" import govukBackLink %}
|
2020-03-24 15:01:42 +00:00
|
|
|
|
|
|
|
|
{% block per_page_title %}
|
2023-07-28 11:12:46 -04:00
|
|
|
The Notify.gov service is for people who work in the government
|
2020-03-24 15:01:42 +00:00
|
|
|
{% endblock %}
|
|
|
|
|
|
2021-07-30 18:23:12 +01:00
|
|
|
{% block backLink %}
|
|
|
|
|
{{ govukBackLink({ "href": url_for('.support') }) }}
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
2020-03-24 15:01:42 +00:00
|
|
|
{% block maincolumn_content %}
|
|
|
|
|
|
2023-08-23 16:18:25 -04:00
|
|
|
<div class="grid-row">
|
|
|
|
|
<div class="grid-col-8">
|
2020-03-24 15:01:42 +00:00
|
|
|
|
2023-07-28 11:12:46 -04:00
|
|
|
{{ page_header('The Notify.gov service is for people who work in the government') }}
|
2020-03-24 15:01:42 +00:00
|
|
|
|
2023-06-06 15:28:24 -04:00
|
|
|
<p>
|
2020-05-07 16:38:13 +01:00
|
|
|
We cannot give advice to the public. We do not have access to information about you held by government departments.
|
2020-03-24 15:01:42 +00:00
|
|
|
</p>
|
|
|
|
|
|
2023-06-06 15:28:24 -04:00
|
|
|
<p>
|
2023-07-28 11:12:46 -04:00
|
|
|
There are other pages on Notify.gov where you can get help:
|
2020-03-24 15:01:42 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<h2 class="govuk-heading-m govuk-!-margin-bottom-1">
|
2023-08-08 16:19:17 -04:00
|
|
|
<a class="usa-link" href="https://www.gov.uk/coronavirus">Coronavirus (COVID-19)</a>
|
2020-03-24 15:01:42 +00:00
|
|
|
</h2>
|
2023-06-06 15:28:24 -04:00
|
|
|
<p>
|
2020-05-07 16:38:13 +01:00
|
|
|
Find guidance and support.
|
2020-03-24 15:01:42 +00:00
|
|
|
</p>
|
|
|
|
|
<h2 class="govuk-heading-m govuk-!-margin-bottom-1">
|
2023-08-08 16:19:17 -04:00
|
|
|
<a class="usa-link" href="https://www.gov.uk/contact">Contact the government</a>
|
2020-03-24 15:01:42 +00:00
|
|
|
</h2>
|
2023-06-06 15:28:24 -04:00
|
|
|
<p>
|
2020-05-07 16:42:32 +01:00
|
|
|
Ask about benefits, driving, transport, tax, and more.
|
2020-03-24 15:01:42 +00:00
|
|
|
</p>
|
|
|
|
|
<h2 class="govuk-heading-m govuk-!-margin-bottom-1">
|
2023-08-08 16:19:17 -04:00
|
|
|
<a class="usa-link" href="https://www.gov.uk/report-suspicious-emails-websites-phishing">Report internet scams and phishing</a>
|
2020-03-24 15:01:42 +00:00
|
|
|
</h2>
|
2023-06-06 15:28:24 -04:00
|
|
|
<p>
|
2020-05-07 16:38:13 +01:00
|
|
|
Advice on suspicious emails and text messages.
|
2020-03-24 15:01:42 +00:00
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|