Skip to content

Commit

Permalink
Merge pull request #4241 from DFE-Digital/add-bursary-content-landing…
Browse files Browse the repository at this point in the history
…-pages

Add bursary content back to landing pages
  • Loading branch information
emmaachesongray authored Oct 14, 2024
2 parents f74c0b1 + 15fd07c commit dde3a6c
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<h3 class="heading-l">Can I get help funding my training?</h3>

<p>
If you're interested in teaching certain subjects, you might be able to get a tax-free bursary or scholarship, which doesn't need to be paid back, to support you while you are training.
If you're interested in teaching certain subjects, you might be able to get up to <%= v :scholarships_generic_maxshortened %> tax-free. This is to support you while you're training and does not need to be paid back.
</p>

<p> <%= link_to("Find out if you could get a bursary or scholarship", page_path("funding-and-support/scholarships-and-bursaries")) %>.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
</p>

<p>
If you're interested in teaching certain subjects, you might be able to get a tax-free scholarship or bursary.
This is to support you while you are training and does not need to be paid back.
If you're interested in teaching certain subjects, you might be able to get a scholarship or bursary of up to <%= v :scholarships_generic_maxshortened %> tax-free. This is to support you while you are training and does not need to be paid back.
</p>

<p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "How to fund your teacher training"
description: Find out how you could fund your teacher training with a bursary or scholarship, depending on the subject you're training to teach.
description: Find out how you could fund your teacher training with bursaries and scholarships available up to $scholarships_generic_maxshortened$, depending on the subject you're training to teach.
content:
- content/landing/how-to-fund-your-teacher-training/header
- content/landing/how-to-fund-your-teacher-training/collage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<section class="col col-full-content">
<div class="inset">
<p class="col-720">
If you train to be a teacher, you could be eligible to receive a scholarship or bursary to help you train.
If you train to be a teacher, you could be eligible to get a scholarship or bursary of up to <%= v :scholarships_generic_maxshortened %> to help you train.
</p>

<%= render Content::ChecklistCollageComponent.new(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,83 @@
<section class="col col-720">
<h2 class="heading--box-blue">How can I fund my teacher training?</h2>
<div class="inset">
<table class="first-column-headings right-aligned-values">
<caption class="govuk-table__caption govuk-table__caption--m">Available postgraduate bursaries and scholarships</caption>
<thead>
<tr>
<th scope="col">Subject</th>
<th scope="col">Bursary</th>
<th scope="col">Scholarship</th>
</tr>
</thead>
<tbody>
<tr>
<td>Art and design</td>
<td><%= v :bursaries_postgraduate_artanddesign %></td>
<td></td>
</tr>
<tr>
<td>Biology</td>
<td><%= v :bursaries_postgraduate_biology %></td>
<td></td>
</tr>
<tr>
<td>Chemistry</td>
<td><%= v :bursaries_postgraduate_chemistry %></td>
<td><%= v :scholarships_chemistry %></td>
</tr>
<tr>
<td>Computing</td>
<td><%= v :bursaries_postgraduate_computing %></td>
<td><%= v :scholarships_computing %></td>
</tr>
<tr>
<td>Design and technology</td>
<td><%= v :bursaries_postgraduate_designandtechnology %></td>
<td></td>
</tr>
<tr>
<td>English</td>
<td><%= v :bursaries_postgraduate_english %></td>
<td></td>
</tr>
<tr>
<td>Geography</td>
<td><%= v :bursaries_postgraduate_geography %></td>
<td></td>
</tr>
<tr>
<td>Languages<br> (French, German and Spanish only)</td>
<td><%= v :bursaries_postgraduate_languagesfrenchgermanspanish %></td>
<td><%= v :scholarships_languagesfrenchgermanspanish %></td>
</tr>
<tr>
<td>Languages<br> (all other languages, including ancient languages)</td>
<td><%= v :bursaries_postgraduate_languagesother %></td>
<td></td>
</tr>
<tr>
<td>Maths</td>
<td><%= v :bursaries_postgraduate_maths %></td>
<td><%= v :scholarships_maths %></td>
</tr>
<tr>
<td>Music</td>
<td><%= v :bursaries_postgraduate_music %></td>
<td></td>
</tr>
<tr>
<td>Physics</td>
<td><%= v :bursaries_postgraduate_physics %></td>
<td><%= v :scholarships_physics %></td>
</tr>
<tr>
<td>Religious education</td>
<td><%= v :bursaries_postgraduate_religiouseducation %></td>
<td></td>
</tr>
</tbody>
</table>
<p><%= link_to("Find out more about how to get a bursary or scholarship", page_path("funding-and-support/scholarships-and-bursaries")) %>.</p>
</div>
</section>
Expand Down
4 changes: 3 additions & 1 deletion config/values/scholarships.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ scholarships:
maths: £31,000
physics: £31,000
nonuk:
max: £31,000
max: £31,000
generic:
maxshortened: £31k

0 comments on commit dde3a6c

Please sign in to comment.