diff --git a/cfgov/paying_for_college/jinja2/paying-for-college/college-cost-blocks/05-customize-estimate.html b/cfgov/paying_for_college/jinja2/paying-for-college/college-cost-blocks/05-customize-estimate.html index d5f43dcedf1..3d3ed7d3ec7 100644 --- a/cfgov/paying_for_college/jinja2/paying-for-college/college-cost-blocks/05-customize-estimate.html +++ b/cfgov/paying_for_college/jinja2/paying-for-college/college-cost-blocks/05-customize-estimate.html @@ -18,7 +18,7 @@

Enter information from your financial aid offer

{% set flyout_settings = { 'label': 'Costs', 'value': '$0', - 'is_editable': 'True', + 'is_editable': 'True', 'status': 'warning', 'note': 'Previously, we showed you average costs for your family's income level. Now we'll now getting into specifics. Type in the costs listed in your financial aid offer, adding additional costs as needed. Remember, these are estimates based on students’ reported spending.', 'data_attribute': 'data-financial-item="total_costs"' @@ -190,7 +190,7 @@

Enter information from your financial aid offer

'note': 'Cheaper than unsubsidized loans because the government pays your interest until 6 months after you leave school (or drop below half-time)' }) }} - {% set tt = 'The U.S. Department of Education sets the interest rate on federal student loans each July. If you are using this tool prior to July 1 for loans you will receive after July 1, then the interest rate may be different from what you see here.' %} + {% set tt = tooltip.render('The U.S. Department of Education sets the interest rate on federal student loans each July. If you are using this tool prior to July 1 for loans you will receive after July 1, then the interest rate may be different from what you see here.') %} {{ text_item.render({ 'label': 'Interest rate (%)' ~ tt, @@ -199,7 +199,7 @@

Enter information from your financial aid offer

'data_attribute': 'data-financial-item="rate_directSub"' }) }} - {% set tt = 'This fee is deducted immediately from your loan amount, lowering the total you receive. For example, if the loan fee is 1%, then $10 will be subtracted from a $1,000 loan, so you or your school will only receive $990 but you would have to repay $1,000.' %} + {% set tt = tooltip.render('This fee is deducted immediately from your loan amount, lowering the total you receive. For example, if the loan fee is 1%, then $10 will be subtracted from a $1,000 loan, so you or your school will only receive $990 but you would have to repay $1,000.') %} {{ text_item.render({ 'label': 'Loan fee (%)' ~ tt, @@ -219,7 +219,7 @@

Enter information from your financial aid offer

'note': 'You start accruing interest as soon as you receive your first loan.' }) }} - {% set tt = 'The U.S. Department of Education sets the interest rate on federal student loans each July. If you are using this tool prior to July 1 for loans you will receive after July 1, then the interest rate may be different from what you see here.' %} + {% set tt = tooltip.render('The U.S. Department of Education sets the interest rate on federal student loans each July. If you are using this tool prior to July 1 for loans you will receive after July 1, then the interest rate may be different from what you see here.') %} {{ text_item.render({ 'label': 'Interest rate (%)' ~ tt, @@ -228,7 +228,7 @@

Enter information from your financial aid offer

'data_attribute': 'data-financial-item="rate_directUnsub"' }) }} - {% set tt = 'This fee is deducted immediately from your loan amount, lowering the total you receive. For example, if the loan fee is 1%, then $10 will be subtracted from a $1,000 loan, so you or your school will only receive $990 but you would have to repay $1,000.' %} + {% set tt = tooltip.render('This fee is deducted immediately from your loan amount, lowering the total you receive. For example, if the loan fee is 1%, then $10 will be subtracted from a $1,000 loan, so you or your school will only receive $990 but you would have to repay $1,000.') %} {{ text_item.render({ 'label': 'Loan fee (%)' ~ tt, @@ -479,7 +479,7 @@

Up next: See yo

- +