2016-12-12 11:18:25 +00:00
{% extends "withoutnav_template.html" %}
2016-12-12 11:25:43 +00:00
{% from "components/radios.html" import radios %}
2016-12-12 11:18:25 +00:00
{% from "components/page-footer.html" import page_footer %}
2018-09-19 12:39:36 +01:00
{% from "components/form.html" import form_wrapper %}
2016-12-12 11:18:25 +00:00
2017-02-13 10:45:15 +00:00
{% block per_page_title %}
Support
2016-12-12 11:18:25 +00:00
{% endblock %}
{% block maincolumn_content %}
2017-11-28 12:00:12 +00:00
< div class = "grid-row" >
< div class = "column-two-thirds" >
< h1 class = "heading-large" > Support< / h1 >
2019-04-09 14:04:49 +01:00
< p > We provide 24-hour online support for teams with a live service on GOV.UK Notify.< / p >
2017-11-28 12:00:12 +00:00
2018-09-19 12:39:36 +01:00
{% call form_wrapper(class="bottom-gutter-2") %}
2017-11-28 12:00:12 +00:00
{{ radios(form.support_type) }}
{{ page_footer('Continue') }}
2018-09-19 12:39:36 +01:00
{% endcall %}
2019-04-09 15:06:09 +01:00
< p > You can also < a href = "https://ukgovernmentdigital.slack.com/messages/govuk-notify" > get in touch with us on Slack.< / a > < / p >
2019-04-09 14:06:18 +01:00
< div class = "panel panel-border-wide" >
< p >
Check our < a href = "https://status.notifications.service.gov.uk" > system status< / a >
page to see if there are any known issues with GOV.UK Notify.
< / p >
< / div >
2019-04-09 14:04:49 +01:00
< h2 class = "heading-medium" > During office hours< / h2 >
2017-11-28 12:00:12 +00:00
< p > Our office hours are 9.30am to 5.30pm, Monday to Friday.< / p >
2019-04-09 15:06:09 +01:00
< p > Contact us using the form on this page or < a href = "https://ukgovernmentdigital.slack.com/messages/govuk-notify" > send us a message on Slack< / a > and you’ ll get a reply within 30 minutes.< / p >
2019-04-09 14:04:49 +01:00
< h2 class = "heading-medium" > Out-of-hours< / h2 >
2017-11-28 12:00:12 +00:00
< p > Outside office hours, response times depend on whether you’ re reporting an emergency or not.< / p >
< p > If it’ s an emergency, we’ ll reply within 30 minutes and update you every hour until the problem’ s fixed.< / p >
< p > A problem is only classed as an emergency if:< / p >
< ul class = "list list-bullet" >
< li > nobody on your team can sign in< / li >
< li > a ‘ technical difficulties’ error appears when you try to upload a file< / li >
< li > a 500 response code appears when you try to send messages using the API< / li >
< / ul >
< p > We’ ll reply during the next working day for any other problems.< / p >
< / div >
< / div >
2016-12-12 11:18:25 +00:00
{% endblock %}