Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,17 @@
<vc:error-summary order-of-property-names="@(new[] { nameof(Model.ActionConfirmed) })" />
}
<h1 id="page-heading">Confirm Enrolment</h1>
<p class="nhsuk-body-m">You are about to enrol on a retiring <strong>@Model.Name</strong> self-assessment.</p>
<p class="nhsuk-body-m">You are about to enrol on a retiring self-assessment</p>
<p class="nhsuk-body-m"> Retirement date: <strong>@Model.RetirementDate?.ToString("dd/MM/yyyy")</strong> </p>
<p class="nhsuk-body-m">After this date, the <strong>@Model.Name</strong> self-assessment will no longer be accessible.</p>

<p class="nhsuk-body-m">Please consider:</p>

<p class="nhsuk-body-m">Please note:</p>
<ul class="nhsuk-list nhsuk-list--bullet">
<li> you may have limited time to complete the self-assessment</li>


<li> if you do not complete it before the retirement date, your progress may not be saved</li>
<li>once enrolled you can continue to complete the self-assessment even after the retirement date</li>
<li>you may wish to consider enrolling on an updated version if available</li>
</ul>
<p class="nhsuk-body-m">If you are unsure about what to do, contact your supervisor or manager.</p>
<p class="nhsuk-body-m">To continue, you must acknowledge that you understand the self-assessment is retiring and still wish to enrol.</p>



<p class="nhsuk-body-m">
<vc:single-checkbox asp-for="@nameof(Model.ActionConfirmed)"
label="I understand this self-assessment is retiring and still want to enrol."
Expand Down
Loading