diff --git a/app/views/apply/contact-details-chain.html b/app/views/apply/contact-details-chain.html index 5fa91772..319814d8 100644 --- a/app/views/apply/contact-details-chain.html +++ b/app/views/apply/contact-details-chain.html @@ -15,20 +15,25 @@

{{ pageName }}

-

You can add up to 10 lead administrators now, including you.

+

You can assign up to 10 lead administrators now, including you, for the {{ data.pharmacyIds | length }} pharmacies you selected.

-

The lead administrators will:

- - +

You will be able to add more users later at individual pharmacies, including more lead administrators.

+ +

The people you add now must have an nhs.net email. But when you add further users later, we allow a wide range of email addresses.

{% call details({ - summaryText: "About our permission levels" - }) %} -

As a lead administrator, you can add more lead administrators, administrators or recorders.

+ summaryText: "What can you do as a lead administrator?", + classes: "nhsuk-expander" +}) %} +

A lead administrator added here can:

+ + +

This table shows the permission levels you can assign when you add users at individual pharmacies.

@@ -143,4 +148,5 @@

{{ ordinals[index] }} lead administrator

+ {% endblock %} diff --git a/app/views/apply/group-of-pharmacies.html b/app/views/apply/group-of-pharmacies.html index 01e4cbe7..34366ab3 100644 --- a/app/views/apply/group-of-pharmacies.html +++ b/app/views/apply/group-of-pharmacies.html @@ -14,12 +14,12 @@

{{ pageName }}

+ +

You can onboard all your pharmacies at once, or you can do it in batches. The best way to do this depends on your operating model.

-

You can sign up all of your pharmacies at once, or you can do it in batches.

+

Before you start, we strongly recommend you read our guide to signing up for a group of pharmacies.

-

For larger chains, we recommend signing up pharmacies based on how stores are managed in your organisation.

- -

If you have any questions, join a drop-in session with our onboarding team.

+

If you have any questions, email us or join a drop-in session.

{{ button({ text: "Continue", diff --git a/app/views/apply/pharmacies.html b/app/views/apply/pharmacies.html index 1aacc662..55bcabef 100644 --- a/app/views/apply/pharmacies.html +++ b/app/views/apply/pharmacies.html @@ -18,12 +18,24 @@

Select pharmacies

+

You can sign up all your pharmacies at once or in batches. +

There are {{ (pharmacies | length) + 7}} active pharmacies in your company according to the NHS Organisation Data Service (ODS).

- -

7 of them are already using RAVS and are not listed here.

+ + {% call details({ + summaryText: "You have 7 pharmacies already signed up to RAVS." + }) %} +

Asda Pharmacy, AB10 0JW (FDW48)

+

Asda Pharmacy, JD10 2JW (FXW46)

+

Asda Pharmacy, TN10 0JW (FQW48)

+

Asda Pharmacy, JD10 2JW (FZA46)

+

Asda Pharmacy, NW5 0JW (FBW48)

+

Asda Pharmacy, SE2 2JW (FNW46)

+

Asda Pharmacy, AB6 0JW (FMW48)

+ {% endcall %} {% if (pharmacies | length) > 50 %} -

For larger chains, we recommend signing up pharmacies in batches based on how stores are managed in your organisation.

+ {% endif %} {% set items = [] %}