Skip to content

Commit

Permalink
Merge branch 'master' into ey-csv-data-import
Browse files Browse the repository at this point in the history
  • Loading branch information
vacabor authored Jul 29, 2024
2 parents 6d93150 + f3b2758 commit 2aa4921
Showing 1 changed file with 35 additions and 44 deletions.
79 changes: 35 additions & 44 deletions app/views/get_a_teacher_relocation_payment/landing_page.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,22 @@
<div class="govuk-grid-row">
<div class="govuk-grid-column-full">
<p class="govuk-body">
The international relocation payment (IRP) is a single payment of £10,000,
funded by the UK government, which is available to eligible non-UK trainees and teachers of:
The international relocation payment (IRP) is a payment of up to
£10,000, funded by the UK government, which is available to eligible
non-UK teachers of:
</p>

<ul class="govuk-list govuk-list--bullet">
<li>languages</li>
<li>physics</li>
<li>general or combined science when that includes physics</li>
</ul>
<%= govuk_list [
"languages",
"physics",
"general or combined science when that includes physics"
], type: :bullet %>

<p class="govuk-body">
Only teachers and salaried trainees need to complete this form.
Eligible teachers will receive their IRP in 2 instalments of £5,000
spread over 2 years. Teachers must make separate applications for each
eligible year showing they meet the eligibility requirements to receive
each instalment.
</p>

<p class="govuk-body">
Expand All @@ -44,27 +48,15 @@
You will need:
</p>

<ul class="govuk-list govuk-list--bullet">
<li>
if you are a teacher, your teaching subject and the terms of your employment contract
</li>
<li>
if you are a salaried trainee, details of your teacher training course, including
teaching subject and start date
</li>
<li>
your visa type and when you entered the UK
</li>
<li>
your passport
</li>
<li>
your address in England
</li>
<li>
contact details for the school where you are employed as a teacher or trainee
</li>
</ul>
<%= govuk_list [
"your teaching subject and the terms of your employment contract",
"your visa type and when you entered the UK",
"your passport",
"your address in England",
"your national insurance number",
"your UK bank account details",
"contact details for the school where you are employed"
], type: :bullet %>

<p class="govuk-body">
<a href="<%= claim_path(current_journey_routing_name, "claim") %>" role="button" draggable="false" class="govuk-button govuk-button--start" data-module="govuk-button">
Expand All @@ -82,32 +74,31 @@
</p>

<ul class="govuk-list govuk-list--bullet">
<li>2 April to 16 June 2024</li>
<li>30 September 2024 to the end March 2025</li>
</ul>

<p class="govuk-body">
If you have started your teaching job or salaried teacher training
course, you should apply now. If you are eligible, you should receive
the money by 30 September 2024.
If you start your teaching job between 1 March 2024 and 28 February 2025
you should apply now. If you are eligible, you should receive the money
following successful completion of our eligibility checks. You must
apply before the end March 2025 to remain eligible.
</p>

<p class="govuk-body">
To remain eligible for the IRP, you must apply in either the first or
second term of your employment as a teacher or salaried trainee.
If you start your teaching job between the 1 April 2025 and 31 May 2025
you can apply when applications re-open in September 2025.
</p>

<p class="govuk-body">
Applications will re-open later in 2024.
If you start your teaching job in March 2025 you can either apply before
applications close at the end of March 2025 or when they open again in
September 2025.
</p>

<h2 class="govuk-heading-l">Not ready to apply?</h2>
<p class="govuk-body">
If you have not started your job or course, please visit
<%= govuk_link_to(
"Get an international relocation payment",
"https://getintoteaching.education.gov.uk/non-uk-teachers/get-an-international-relocation-payment",
target: "_blank"
) %>
for information about future applications.
Late applications for the IRP will not be accepted. If you fail to apply
during the correct window, we will be unable to process your
application.
</p>

<h2 class="govuk-heading-m">Contact us</h2>
Expand Down

0 comments on commit 2aa4921

Please sign in to comment.