diff --git a/app/views/teacher_interface/application_forms/show/_awarded.html.erb b/app/views/teacher_interface/application_forms/show/_awarded.html.erb
index 216d143033..6194bf05cd 100644
--- a/app/views/teacher_interface/application_forms/show/_awarded.html.erb
+++ b/app/views/teacher_interface/application_forms/show/_awarded.html.erb
@@ -1,24 +1,47 @@
Your QTS application was successful
-As someone with qualified teacher status, you’ve been assigned a teacher reference number (TRN).
+Your application <%= view_object.application_form.reference %> has been reviewed and you have been awarded qualified teacher status.
-Your TRN is:
-<%= govuk_inset_text(text: view_object.teacher.trn) %>
+Teacher reference number (TRN)
-Next steps
+You’ve been assigned a teacher reference number (TRN). This is a 7-digit number that identifies you in the education sector in England.
-To download a PDF of your QTS certificate and find your date of recognition, visit:
-<%= govuk_link_to "https://www.gov.uk/guidance/teacher-self-service-portal", "https://www.gov.uk/guidance/teacher-self-service-portal" %>
+Your TRN: <%= view_object.teacher.trn %>
+
+Access your QTS certificate
+
+You can now get your QTS certificate. You will need this, as well as your TRN, to be recognised in the education sector in England.
+
+Get your certificate at <%= govuk_link_to "Access your teaching qualifications", view_object.teacher.access_your_teaching_qualifications_url.presence || "https://access-your-teaching-qualifications.education.gov.uk" %>.
+
+You will be asked to create a Department for Education (DfE) Identity account to log in.
+
+About DfE Identity accounts
+
+You’ll need your name and mobile phone number (for account security only) to create an account. Your DfE Identity account can be used to:
+
+
+ - access your teaching qualifications, for example your QTS certification (to show employers evidence of your teaching status)
+ - sign into different DfE teacher services
+ - update your details
+
Find out more about teaching in England
-There’s more information about coming to teach in England at <%= govuk_link_to "Get Into Teaching", "https://getintoteaching.education.gov.uk/non-uk-teachers" %>.
+There is more information available about coming to teach in England at <%= govuk_link_to "Get into Teaching", "https://getintoteaching.education.gov.uk/non-uk-teachers" %>.
+
+The Get into Teaching website also offers <%= govuk_link_to "help and support", "https://getintoteaching.education.gov.uk/help-and-support" %>.
+
+You may be eligible to <%= govuk_link_to "receive help from a return to teaching adviser", "https://getintoteaching.education.gov.uk/teacher-training-adviser/sign_up/identity" %>. They can give you one-to-one support with applications and applying for interviews. They cannot provide visa advice or offer you a teaching role in England. To register for support you will need your TRN.
-Search for a job in teaching
+Search for a teaching job in England
-You can search for a teaching job using <%= govuk_link_to "Teaching Vacancies", "https://teaching-vacancies.service.gov.uk" %>. It’s the official government service that schools use to list their teaching roles. You can also sign up to alerts for the latest jobs matching your key search criteria.
+You can search for a job in teaching through the government’s official <%= govuk_link_to "Teaching Vacancies service", "https://teaching-vacancies.service.gov.uk" %>.
-Get support with your application
+The service is free and is used by English schools to list their teaching roles. As well as applying for jobs you can:
-If you’re applying for a secondary school maths, physics or modern foreign languages teaching role in England, use the Get into Teaching service for one-to-one support with your application through <%= govuk_link_to "Get an advisor", "https://adviser-getintoteaching.education.gov.uk" %>.
-Your adviser can help with writing a personal statement, preparing for an interview and accessing courses to enhance your subject knowledge.
+
+ - set up job alerts
+ - create a profile which allows schools to find and invite you to apply for their jobs
+ - read advice for jobseekers
+
diff --git a/app/views/teacher_mailer/application_awarded.text.erb b/app/views/teacher_mailer/application_awarded.text.erb
index 29c9e0764f..49dd6f0e06 100644
--- a/app/views/teacher_mailer/application_awarded.text.erb
+++ b/app/views/teacher_mailer/application_awarded.text.erb
@@ -2,14 +2,46 @@ Dear <%= application_form_full_name(@application_form) %>
# Your QTS application was successful
-<%= render "shared/teacher_mailer/reference_number" %>
+We are pleased to tell you that your application <%= @application_form.reference %> has been reviewed and you have been awarded qualified teacher status.
+
+## Teacher reference number (TRN)
+
+You’ve been assigned a teacher reference number (TRN). This is a 7-digit number that identifies you in the education sector in England.
+
+Your TRN: <%= @application_form.teacher.trn %>
+
+## Access your QTS certificate
+
+You can now get your QTS certificate. You will need this, as well as your TRN, to be recognised in the education sector in England.
+
+Get your certificate at [Access your teaching qualifications](<%= @application_form.teacher.access_your_teaching_qualifications_url.presence || "https://access-your-teaching-qualifications.education.gov.uk" %>).
+
+You will be asked to create a Department for Education (DfE) Identity account to log in.
+
+## About DfE Identity accounts
+
+You’ll need your name and mobile phone number (for account security only) to create an account. Your DfE Identity account can be used to:
+- access your teaching qualifications, for example your QTS certificate (to show employers evidence of your teaching status)
+- sign into different DfE teacher services
+- update your details
We’re pleased to tell you that the assessor has now completed their review of your application and you’ve been awarded qualified teacher status (QTS).
-# What happens next
+## Find out more about teaching in England
+
+There is more information available about coming to teach in England at [Get into Teaching](https://getintoteaching.education.gov.uk/non-uk-teachers).
+
+The Get into Teaching website also offers [help and support](https://getintoteaching.education.gov.uk/help-and-support).
+
+You may be eligible to [receive help from a return to teaching adviser](https://getintoteaching.education.gov.uk/teacher-training-adviser/sign_up/identity). They can give you one-to-one support with applications and applying for interviews. They cannot provide visa advice or offer you a teaching role in England. To register for support you will need your TRN.
+
+## Search for a teaching job in England
-You can sign in to get your Teacher Reference Number (TRN) and get some guidance about your next steps:
+You can search for a job in teaching through the government’s official [Teaching Vacancies service](https://teaching-vacancies.service.gov.uk).
-<%= new_teacher_session_url %>
+The service is free and is used by English schools to list their teaching roles. As well as applying for jobs you can:
+- set up job alerts
+- create a profile which allows schools to find and invite you to apply for their jobs
+- read advice for jobseekers
<%= render "shared/teacher_mailer/footer" %>
diff --git a/spec/mailers/teacher_mailer_spec.rb b/spec/mailers/teacher_mailer_spec.rb
index 1b6ff6db02..f769c2c383 100644
--- a/spec/mailers/teacher_mailer_spec.rb
+++ b/spec/mailers/teacher_mailer_spec.rb
@@ -21,6 +21,13 @@
describe "#application_awarded" do
subject(:mail) { described_class.with(teacher:).application_awarded }
+ before do
+ teacher.update!(
+ trn: "ABCDEF",
+ access_your_teaching_qualifications_url: "https://aytq.com",
+ )
+ end
+
describe "#subject" do
subject(:subject) { mail.subject }
@@ -38,6 +45,8 @@
it { is_expected.to include("Dear First Last") }
it { is_expected.to include("abc") }
+ it { is_expected.to include("ABCDEF") }
+ it { is_expected.to include("https://aytq.com") }
end
it_behaves_like "an observable mailer", "application_awarded"
diff --git a/spec/views/teacher_interface/application_forms_show_spec.rb b/spec/views/teacher_interface/application_forms_show_spec.rb
index adab6868be..d81c4357db 100644
--- a/spec/views/teacher_interface/application_forms_show_spec.rb
+++ b/spec/views/teacher_interface/application_forms_show_spec.rb
@@ -28,6 +28,7 @@
it { is_expected.to match(/Your QTS application was successful/) }
it { is_expected.to match(/ABCDEF/) }
+ it { is_expected.to match(/Access your teaching qualifications/) }
end
context "when declined" do