Skip to content
Merged
Show file tree
Hide file tree
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 @@ -6,32 +6,29 @@

<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<h1 class="govuk-heading-l">@ViewBag.Title</h1>

<p class="govuk-body">
A teacher reference number (TRN) is a 7-digit number that uniquely identifies you in the education sector in England.
</p>
<h1 class="govuk-heading-l">@ViewBag.Title</h1>

<p class="govuk-body govuk-!-margin-bottom-0">
You’ll have a TRN if you:
You usually have a TRN if you:
</p>

<ul class="govuk-list govuk-list--bullet">
<li>hold qualified teacher status (QTS) in England or Wales</li>
<li>hold early years teacher status (EYTS) in England</li>
<li>hold a national professional qualification (NPQ)</li>
<li>are working towards QTS, EYTS or an NPQ</li>
<li>contribute to the Teachers’ Pension Scheme in England or Wales</li>
<li>have a relevant restriction in relation to teaching in England</li>
<li>have a recognised teaching status such as qualified teacher status (QTS), early years teacher status (EYTS) or early years professional status (EYPS)</li>
<li>hold or are completing a mandatory qualification</li>
<li>hold, are registering for or completing a national professional qualification (NPQ)</li>
<li>mentor trainee or early career teachers</li>
<li>have a teacher’s pension</li>
<li>have a teaching-related restriction recorded in England</li>
</ul>

<p class="govuk-body">
You may not have one yet if you work in early years, further education or qualified as a teacher outside of England.
If none of these apply to you, you do not need to use this service.
</p>

<p class="govuk-body">
<a href="https://www.gov.uk/guidance/teacher-reference-number-trn" class="govuk-link" target="_blank">
Learn about TRNs, including how to request one or find a lost TRN (opens in a new tab).
If you cannot remember or find your TRN use the
<a href="https://find-a-lost-trn.education.gov.uk/start" class="govuk-link" target="_blank">
Find a lost TRN service (opens in a new tab).
</a>
</p>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
You’ll have a TRN if you:
<ul class="govuk-list govuk-list--bullet">
<li>hold qualified teacher status (QTS) in England or Wales</li>
<li>hold early years teacher status (EYTS) in England</li>
<li>hold early years teacher status (EYTS) or early years professional status (EYPS) in England</li>
<li>hold a national professional qualification (NPQ)</li>
<li>are working towards QTS, EYTS or an NPQ</li>
<li>contribute to the Teachers’ Pension Scheme in England or Wales</li>
Expand All @@ -45,8 +45,9 @@
</p>

<p class="govuk-body">
<a href="https://www.gov.uk/guidance/teacher-reference-number-trn" class="govuk-link" target="_blank">
Learn about TRNs, including how to request one or find a lost TRN (opens in a new tab).
If you cannot remember or find your TRN use the
<a href="https://find-a-lost-trn.education.gov.uk/start" class="govuk-link" target="_blank">
Find a lost TRN service (opens in a new tab).
</a>
</p>
</govuk-details-text>
Expand Down
Loading