diff --git a/dataworkspace/dataworkspace/templates/request_access/confirmation-page.html b/dataworkspace/dataworkspace/templates/request_access/confirmation-page.html index 4913fdd5e8..39086bf15d 100644 --- a/dataworkspace/dataworkspace/templates/request_access/confirmation-page.html +++ b/dataworkspace/dataworkspace/templates/request_access/confirmation-page.html @@ -1,65 +1,37 @@ -{% extends '_main.html' %} -{% block page_title %}Request complete - {{block.super }}{% endblock page_title %} -{% block breadcrumbs %} -
-
    -
  1. - Home -
  2. -
  3. Request access
  4. -
-
-{% endblock %} +{% extends '_main.html' %} +{% block page_title %}Request complete - {{block.super }}{% endblock page_title %} {% block content %}
-

Request complete

+

Request received

- Your reference number
{{ object.zendesk_reference_number }} + Your reference number is {{ object.zendesk_reference_number }}
- - {% if object.journey == object.JOURNEY_TOOLS_ACCESS %} -

You've requested access to our tools.

- {% elif object.journey == object.JOURNEY_DATASET_ACCESS %} -

You've requested access to {{ catalogue_item }}.

- {% else %} -

You've requested access to STATA.

- {% endif %} - -

Next steps

-

- {% if object.journey == object.JOURNEY_TOOLS_ACCESS %} - We will respond within 5 working days. After we have validated your screenshot we'll delete it. - {% else %} - We will respond within 5 working days. - {% endif %} -

+
+ {% if object.journey == object.JOURNEY_TOOLS_ACCESS %} +

You've requested access to our tools.

+ {% elif object.journey == object.JOURNEY_DATASET_ACCESS %} +

You've requested access to {{ catalogue_item }}.

+ {% else %} +

You've requested access to STATA.

+ {% endif %} +
+
+

What happens next

+

- If you have any questions, contact - data-workspace+id{{ object.zendesk_reference_number }}@uktrade.zendesk.com + Our Service Level Agreement (SLA) commits us to respond within 5 days. However, we usually respond much faster.

-

In the meantime you can:

- - -

Give feedback on requesting access to tools

-

- What did you think of this service? - (short survey with 4 questions) + You'll get an email when a decision is made on your access request.

+
+

+ Return home +

+
{% endblock %}