2016-12-12 11:44:11 +00:00
{% extends "withoutnav_template.html" %}
{% from "components/textbox.html" import textbox %}
{% from "components/page-footer.html" import page_footer %}
2020-03-25 11:56:47 +00:00
{% from "components/page-header.html" import page_header %}
2016-12-12 11:44:11 +00:00
2017-02-13 10:45:15 +00:00
{% block per_page_title %}
Out of hours emergencies
2016-12-12 11:44:11 +00:00
{% endblock %}
{% block maincolumn_content %}
2020-03-25 11:56:47 +00:00
{{ page_header(
'Out of hours emergencies',
url_for('.support')
)}}
2020-02-19 11:57:15 +00:00
< div class = "govuk-grid-row" >
2020-02-19 12:36:02 +00:00
< div class = "govuk-grid-column-two-thirds" >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" >
2016-12-12 11:44:11 +00:00
First, check the
2019-12-06 07:53:46 +00:00
< a class = "govuk-link govuk-link--no-visited-state" href = "https://status.notifications.service.gov.uk" > system status page< / a > .
2019-09-13 10:25:16 +01:00
You do not need to contact us if
2016-12-12 11:44:11 +00:00
the problem you’ re having is listed on that page.
< / p >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" >
2016-12-12 11:44:11 +00:00
Otherwise, contact us using the emergency email address we
gave you or your service manager when we made your service live.
< / p >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" >
2016-12-12 11:44:11 +00:00
We’ ll reply within 30 minutes and give you hourly updates
until the problem’ s fixed.
< / p >
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" >
2019-09-13 10:25:16 +01:00
We do not offer out of hours support if your service is in
2016-12-12 11:44:11 +00:00
trial mode.
< / p >
< h2 class = "heading-medium" > Any other problems< / h2 >
< p class = "bottom-gutter-2" >
2019-12-06 07:53:46 +00:00
< a class = "govuk-link govuk-link--no-visited-state" href = "{{ url_for('main.feedback', ticket_type='report-problem', severe='no') }}" > Fill in this form< / a >
2016-12-12 11:44:11 +00:00
and we’ ll get back to you by the next working day.
< / p >
< / div >
< / div >
{% endblock %}