From 1639cb150c9f8538d2429e6f6c2ba8ff428b3372 Mon Sep 17 00:00:00 2001 From: emmaachesongray <168454683+emmaachesongray@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:27:20 +0000 Subject: [PATCH 1/5] remove holding message ### Trello card ### Context ### Changes proposed in this pull request ### Guidance to review --- .../non-uk-teachers/fees-and-funding-for-non-uk-trainees.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/views/content/non-uk-teachers/fees-and-funding-for-non-uk-trainees.md b/app/views/content/non-uk-teachers/fees-and-funding-for-non-uk-trainees.md index 8144932399..bfa0df8796 100644 --- a/app/views/content/non-uk-teachers/fees-and-funding-for-non-uk-trainees.md +++ b/app/views/content/non-uk-teachers/fees-and-funding-for-non-uk-trainees.md @@ -11,10 +11,6 @@ promo_content: navigation: 20.20 navigation_title: Fees and financial support for non-UK trainee teachers navigation_description: Learn more about teacher training fees in England and financial help for physics and languages trainees. -inset_text: - funding-holding-message: - text: |- - Financial support for courses starting between September 2025 and July 2026 will be announced soon. date: "2021-05-27" image: "static/images/content/hero-images/0034.jpg" backlink: "../../" @@ -114,8 +110,6 @@ You will also need a [visa or immigration status](/non-uk-teachers/visas-for-non ## Bursaries and scholarships for non-UK trainee languages and physics teachers -$funding-holding-message$ - There are 2 types of financial support you can get if you’re interested in training to teach languages or physics: * bursaries for languages and physics From 90ca4dcf2fb32d130ace3ca0fc7052b0128eb816 Mon Sep 17 00:00:00 2001 From: emmaachesongray <168454683+emmaachesongray@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:30:14 +0000 Subject: [PATCH 2/5] add non-uk content back --- .../non-uk-teachers/fees-and-funding-for-non-uk-trainees.md | 4 ++-- .../get-an-international-relocation-payment.md | 2 +- .../train-to-teach-in-england-as-an-international-student.md | 2 +- config/values/scholarships.yml | 2 ++ 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/views/content/non-uk-teachers/fees-and-funding-for-non-uk-trainees.md b/app/views/content/non-uk-teachers/fees-and-funding-for-non-uk-trainees.md index bfa0df8796..99843bfe7b 100644 --- a/app/views/content/non-uk-teachers/fees-and-funding-for-non-uk-trainees.md +++ b/app/views/content/non-uk-teachers/fees-and-funding-for-non-uk-trainees.md @@ -112,8 +112,8 @@ You will also need a [visa or immigration status](/non-uk-teachers/visas-for-non There are 2 types of financial support you can get if you’re interested in training to teach languages or physics: -* bursaries for languages and physics -* scholarships for French, German, Spanish and physics +* bursaries worth up to $bursaries_postgraduate_nonuk$ for languages and physics +* scholarships worth up to $scholarships_nonuk_max$ for French, German, Spanish and physics Bursaries and scholarships are tax-free payments from the UK government that you do not have to pay back. They are paid to you by your teacher training provider. diff --git a/app/views/content/non-uk-teachers/get-an-international-relocation-payment.md b/app/views/content/non-uk-teachers/get-an-international-relocation-payment.md index 7656809cbb..57b50521c2 100644 --- a/app/views/content/non-uk-teachers/get-an-international-relocation-payment.md +++ b/app/views/content/non-uk-teachers/get-an-international-relocation-payment.md @@ -24,7 +24,7 @@ inset_text:

Changes to eligibility and payment

-

Trainees who train to teach in the 2024 to 2025 academic year are no longer eligible for the IRP. This applies to all trainees who started courses from 1 July 2024 onwards. Trainees in languages or physics may still be eligible to get a bursary or apply for a scholarship.

+

Trainees who train to teach in the 2024 to 2025 academic year are no longer eligible for the IRP. This applies to all trainees who started courses from 1 July 2024 onwards. Trainees in languages or physics may still be eligible to get a bursary or apply for a scholarship worth up to $scholarships_nonuk_max$.


Eligible teachers will receive the IRP of up to $nonuk_internationalrelocationpayment_value$, in 2 instalments of $nonuk_internationalrelocationpayment_instalment$ spread over 2 years. Teachers must make separate applications for each year showing they meet the eligibility requirements to receive each instalment.

diff --git a/app/views/content/non-uk-teachers/train-to-teach-in-england-as-an-international-student.md b/app/views/content/non-uk-teachers/train-to-teach-in-england-as-an-international-student.md index fd2fb64fe9..0b1b7a1274 100644 --- a/app/views/content/non-uk-teachers/train-to-teach-in-england-as-an-international-student.md +++ b/app/views/content/non-uk-teachers/train-to-teach-in-england-as-an-international-student.md @@ -118,7 +118,7 @@ Fees cost: You’ll also have to cover your living costs. -If you're planning on training to teach languages or physics, you could be eligible for a bursary or scholarship. +If you're planning on training to teach languages or physics, you could be eligible for a bursary or scholarship worth up to $scholarships_nonuk_max$. If you are not training to teach in these subjects, any support you get will depend on your immigration status. [Learn more about fees and funding for non-UK trainees](/non-uk-teachers/fees-and-funding-for-non-uk-trainees). diff --git a/config/values/scholarships.yml b/config/values/scholarships.yml index 8365310016..ee837308af 100644 --- a/config/values/scholarships.yml +++ b/config/values/scholarships.yml @@ -4,3 +4,5 @@ scholarships: languagesfrenchgermanspanish: £28,000 maths: £31,000 physics: £31,000 + nonuk: + max: £31,000 \ No newline at end of file From 7b8f5cad623beb20348df2744abc17c61e95efda Mon Sep 17 00:00:00 2001 From: emmaachesongray <168454683+emmaachesongray@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:46:13 +0000 Subject: [PATCH 3/5] update bursaries values --- config/values/bursaries.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/values/bursaries.yml b/config/values/bursaries.yml index 5b1ea567d3..990ce37221 100644 --- a/config/values/bursaries.yml +++ b/config/values/bursaries.yml @@ -16,6 +16,7 @@ bursaries: languagesother: £26,000 maths: £29,000 music: £10,000 + nonuk: £31,000 physics: £29,000 religiouseducation: £10,000 fundingdates: between September 2025 and July 2026 From 31c2e4c85efa550613b3cbe6732a7f5743a91515 Mon Sep 17 00:00:00 2001 From: emmaachesongray <168454683+emmaachesongray@users.noreply.github.com> Date: Mon, 14 Oct 2024 08:12:10 +0000 Subject: [PATCH 4/5] update and re-order bursary values --- config/values/bursaries.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/values/bursaries.yml b/config/values/bursaries.yml index 990ce37221..368da13c6f 100644 --- a/config/values/bursaries.yml +++ b/config/values/bursaries.yml @@ -16,7 +16,8 @@ bursaries: languagesother: £26,000 maths: £29,000 music: £10,000 - nonuk: £31,000 + nonuk: £29,000 physics: £29,000 religiouseducation: £10,000 + nonuk: £29,000 fundingdates: between September 2025 and July 2026 From 518cbc5f450aa30bb0506ccd1b951cbde792dbff Mon Sep 17 00:00:00 2001 From: emmaachesongray <168454683+emmaachesongray@users.noreply.github.com> Date: Mon, 14 Oct 2024 08:20:46 +0000 Subject: [PATCH 5/5] remove duplicate bursary value --- config/values/bursaries.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/values/bursaries.yml b/config/values/bursaries.yml index 368da13c6f..2c9b68ee5c 100644 --- a/config/values/bursaries.yml +++ b/config/values/bursaries.yml @@ -16,7 +16,6 @@ bursaries: languagesother: £26,000 maths: £29,000 music: £10,000 - nonuk: £29,000 physics: £29,000 religiouseducation: £10,000 nonuk: £29,000