2016-12-12 11:18:25 +00:00
|
|
|
|
{% extends "withoutnav_template.html" %}
|
|
|
|
|
|
{% 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 %}
|
2022-11-01 15:27:29 -04:00
|
|
|
|
Contact us
|
2016-12-12 11:18:25 +00:00
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
|
|
{% block maincolumn_content %}
|
|
|
|
|
|
|
2023-06-06 15:28:24 -04:00
|
|
|
|
<h1 class="font-body-2xl margin-bottom-3">Contact us</h1>
|
2022-11-01 15:27:29 -04:00
|
|
|
|
|
2023-06-06 15:28:24 -04:00
|
|
|
|
<p>We are available at <a class="govuk-link govuk-link--no-visited-state"" href="mailto:notify-support@gsa.gov">notify-support@gsa.gov</a>.</p>
|
2017-11-28 12:00:12 +00:00
|
|
|
|
|
2023-06-06 15:28:24 -04:00
|
|
|
|
<p>You can expect a response within one business day.</p>
|
2022-11-01 15:27:29 -04:00
|
|
|
|
|
2023-07-28 11:12:46 -04:00
|
|
|
|
<!-- <p>Notify.gov provides 24-hour online support.</p> -->
|
2022-11-01 15:27:29 -04:00
|
|
|
|
|
|
|
|
|
|
<!-- {% call form_wrapper() %}
|
2020-03-24 15:01:42 +00:00
|
|
|
|
{% if current_user.is_authenticated %}
|
2020-07-03 11:52:54 +01:00
|
|
|
|
{{ form.support_type }}
|
2020-03-24 15:01:42 +00:00
|
|
|
|
{% else %}
|
2023-06-06 15:28:24 -04:00
|
|
|
|
<p>
|
2020-03-24 15:01:42 +00:00
|
|
|
|
What do you need help with?
|
|
|
|
|
|
</p>
|
2020-07-03 11:52:54 +01:00
|
|
|
|
{{ form.who }}
|
2020-03-24 15:01:42 +00:00
|
|
|
|
{% endif %}
|
|
|
|
|
|
{{ page_footer('Continue') }}
|
|
|
|
|
|
{% endcall %}
|
2019-04-10 09:31:36 +01:00
|
|
|
|
|
2020-03-24 15:01:42 +00:00
|
|
|
|
<div class="govuk-grid-row">
|
|
|
|
|
|
<div class="govuk-grid-column-two-thirds">
|
2023-06-06 15:28:24 -04:00
|
|
|
|
<h2 class="font-body-lg">Office hours</h2>
|
|
|
|
|
|
<p>Our office hours are 9:30am to 5:30pm, Monday to Friday.</p>
|
|
|
|
|
|
<p>When you report a problem in office hours, we’ll aim to read it within 30 minutes and reply within one working day.</p>
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="font-body-lg">Out-of-hours</h2>
|
|
|
|
|
|
<p>Outside office hours, response times depend on whether you’re reporting an emergency.</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>If your problem is not an emergency, we’ll reply within one working day.</p>
|
|
|
|
|
|
<p>A problem is only classed as an emergency if you have a live service and:</p>
|
2017-11-28 12:00:12 +00:00
|
|
|
|
<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>
|
|
|
|
|
|
</div>
|
2022-11-01 15:27:29 -04:00
|
|
|
|
</div> -->
|
2016-12-12 11:18:25 +00:00
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|