Skip to content

Commit

Permalink
Update _Agreement_v6.cshtml
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Howes committed May 20, 2021
1 parent f077f18 commit 9343161
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,16 @@

<div id="agreement-list" class="govuk-grid-column-two-thirds">

<h2 class="govuk-heading-l">Agreement between @Model.EmployerAgreement.LegalEntityName and <abbr>ESFA</abbr></h2>
<h2 class="govuk-heading-l">Agreement between @Model.EmployerAgreement.LegalEntityName and <abbr>ESFA</abbr></h2>

<p class="govuk-body-lead">Updated on 20 January 2021.</p>
@if (Model.PreviouslySignedEmployerAgreement != null && Model.PreviouslySignedEmployerAgreement.TemplateId != Model.EmployerAgreement.TemplateId)
{
<p class="govuk-body-lead">Updated on 19 May 2021</p>
}
else
{
<p class="govuk-body-lead">Published on 19 May 2021</p>
}

<p class="govuk-body">For use of the Apprenticeship Service to access funded apprenticeship training</p>

Expand Down

0 comments on commit 9343161

Please sign in to comment.