Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions app/views/mvp-patient-upload/upload-complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% set currentSection = "plus" %}

{% set pageTitle = "Upload complete" %}
{% set pageTitle = "Upload in progress" %}

{% block pageTitle %}
{{ pageTitle }} - Record a vaccination - NHS
Expand All @@ -16,18 +16,23 @@
<h1 class="nhsuk-panel__title">
{{ pageTitle }}
</h1>
<div class="nhsuk-panel__body">
You will get an email when your new list of patients is ready
</div>
</div>

<p class="nhsuk-body">
We are checking the records you uploaded match the vaccination information we hold about your patients.
Any patients in your CSV file that do not have an NHS number will not appear in your list of pregnant patients in RAVS.
We are checking the patient records you uploaded match the vaccination information we hold about your patients. Any patients in your CSV file that do not have an NHS number will not appear in your list of pregnant patients in RAVS.
</p>
<p class="nhsuk-body">
This process could take several hours. You cannot view your list of patients during this time.
It could take several hours to match vaccination information. You cannot view your list of patients during this time.
</p>
{# <p class="nhsuk-body">
We will send you an email when your list is ready to view.
</p> #}
<p class="nhsuk-body">
You will get an email when the check is complete.
<a href="change-log?uploadedList=processing">View patient upload history</a>
</p>
<p class="nhsuk-body"><a href="change-log?uploadedList=processing">View patient upload history</a>.</p>

</div>
</div>
Expand Down