<%= isUpgrade ? "Upgrade" : "Change" %> to <%= paymentPlan.getActiveJobCount() %> Jobs per month?
</h3>
</h3>
<div class="upgrade-info">
<div class="upgrade-info">
Upgrading your plan to 20 jobs per month will incur an additional cost of $2,000 be billed immediately.
<%
if(isUpgrade)
{
%>
Upgrading your plan to <%= paymentPlan.getActiveJobCount() %> Jobs per month will incur an additional cost of
<%= FormatUtils.stringify(paymentPlan.getAmount() - currentPlan.getAmount(), "Currency", "") %> be billed immediately.
<span>
This cost is to cover the difference between your current active <%= currentPlan.getActiveJobCount() %> job plan (<%= FormatUtils.stringify(currentPlan.getAmount(), "Currency", "") %>)
and the new <%= paymentPlan.getActiveJobCount() %> job plan (<%= FormatUtils.stringify(paymentPlan.getAmount(), "Currency", "") %>).
</span>
<%
}
else
{
%>
Changing your plan down to 5 Jobs per month will not incur any additional costs, and will begin on 1 September, 2018.
<span>
<span>
This cose is to cover the differnce between your current active 10 job plan ($2,700) and the new 20 job plan ($4,700).
Because your plan has already been billed, your new plan will commence at the beginning of the next billing period.
</span>
</span>
<%
}
%>
</div>
</div>
<div class="change-plan-list">
<div class="change-plan-list">
<div class="list-item">
<div class="list-item">
...
@@ -232,13 +261,10 @@
...
@@ -232,13 +261,10 @@
</div>
</div>
</div>
</div>
<div class="upgrade-info">
<div class="upgrade-info">
<span>
<span>
Would you like to proceed with upgrading your account?
Would you like to proceed with <%= isUpgrade ? "upgrading your account?" : "this change?" %>