Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the banner to signal that DOS6 is live #726

Merged
merged 1 commit into from
Jan 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,34 +1,10 @@
{%- from "govuk/components/notification-banner/macro.njk" import govukNotificationBanner -%}

{% set html %}
{% if params.gCloudLive %}
<p class="govuk-body">
Crown Commercial Services advises that GCloud 12 will expire at 09:00 on Monday 28th November.
</p>

<p class="govuk-body">
At this time the digital platform for GCloud 12 will be switched off and no services or suppliers will be visible.
</p>

<p class="govuk-body">
All procurements being undertaken through GCloud 12 MUST be completed before this time.
Any procurement activity started that has not completed by this time will need to be restarted via GCloud 13 which is now live and available through Crown Commercial Services Contract Award Service (CAS).
Buyers must
<a class="govuk-notification-banner__link" href="https://identify.crowncommercial.gov.uk/manage-org/register">register with Public Procurement Gateway (PPG)</a>
in order to use CAS.
</p>

<p class="govuk-body">
Information about G-Cloud 13 can be found on the
<a class="govuk-notification-banner__link" href="https://www.crowncommercial.gov.uk/agreements/RM1557.13">CCS web page</a>.
</p>
{% else %}
<p class="govuk-notification-banner__heading">
Register with CCS's Public Procurement Gateway to get ready for DOS 6.
G-Cloud 13 is now live.
<a class="govuk-notification-banner__link" href="https://auth.identify.crowncommercial.gov.uk">Sign in to the Public Procurement Gateway</a>.
</p>
{% endif %}
<p class="govuk-notification-banner__heading">
<a class="govuk-notification-banner__link" href="https://auth.identify.crowncommercial.gov.uk">Register with CCS's Public Procurement Gateway</a>.
DOS 6 and G-Cloud 13 are now live.
</p>
{% endset %}

{{ govukNotificationBanner({
Expand Down