Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add callout to tell users they may get a top up payment #6585

Merged
merged 4 commits into from
Nov 16, 2023
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
@@ -1,5 +1,5 @@
$!
^Your result is an estimate. You'll be told your exact amount, including any extra student funding, after your application is approved.
Your result is an estimate. You'll be told your exact amount, including any extra student funding, after your application is approved.

Usually, you only get student finance if you’re doing your first higher education qualification - [check if you qualify](/student-finance/who-qualifies)
Usually, you only get student finance if you’re doing your first higher education qualification - [check if you qualify](/student-finance/who-qualifies).
$!
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<% govspeak_for :body do %>
<%= render partial: 'disclaimer' %>

Read the [guidance](/student-finance/new-fulltime-students) about student finance and how to apply.
Read the [guidance on student finance and how to apply](/student-finance/new-fulltime-students).

##If you’re studying to become a doctor or dentist
^You may get a smaller amount of funding to start with while Student Finance England (SFE) reviews your application. They'll send you a top-up payment later if you're eligible for it – [check your online account for updates](/student-finance-register-login).


##If you’re studying to become a doctor or dentist

The amount you get will change during your course.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<% govspeak_for :body do %>
<%= render partial: 'disclaimer' %>

Read the [guidance](/student-finance/new-fulltime-students) about student finance and how to apply.
Read the [guidance on student finance and how to apply](/student-finance/new-fulltime-students).

^You may get a smaller amount of funding to start with while Student Finance England (SFE) reviews your application. They'll send you a top-up payment later if you're eligible for it – [check your online account for updates](/student-finance-register-login).

<%= render partial: 'tuition_maintenance_summary', locals: { tuition_fee_amount: calculator.tuition_fee_amount, maintenance_loan_amount: calculator.maintenance_loan_amount, maintenance_grant_amount: calculator.maintenance_grant_amount, start_date: calculator.course_start, max_loan_amount: calculator.max_loan_amount, loan_shortfall: calculator.loan_shortfall, tuition_fee_url: "/student-finance/new-fulltime-students", maintenance_loan_url: "/student-finance/new-fulltime-students" } %>

Expand Down