Browse Source

DIV-672: Changing titles for all fact sheets and adding an inline question to to fact sheet f

pull/160/head
Benard Ebinu 8 years ago
parent
commit
555cf91dfd
1 changed files with 59 additions and 4 deletions
  1. +59
    -4
      edivorce/apps/core/templates/question/06_children_facts.html

+ 59
- 4
edivorce/apps/core/templates/question/06_children_facts.html View File

@ -178,6 +178,8 @@
</span>
of the total net monthly Section 7 expenses referred to above:</p>
<br>
<input name="annual_gross_income" value="{{ annual_gross_income }}" hidden />
<input name="spouse_annual_gross_income" value="{{ spouse_annual_gross_income }}" hidden />
<table class="table table-bordered">
<thead>
@ -222,7 +224,7 @@
{% endif %}
<div id="fact_sheet_b" class="question-well fact-sheets" hidden>
<h1>Fact Sheet B Shared Custody</h1>
<h1>Shared Custody (Fact Sheet B)</h1>
<p>
Since you have previously indicated that the child/children will live with both parents more or less equally
(between 40 to 60% of the time with each parent) we need you to answer the questions below in order for the
@ -416,7 +418,7 @@
</div>
<div id="fact_sheet_c" class="question-well fact-sheets" hidden>
<h1>Fact Sheet C Split Custody</h1>
<h1>Split Custody (Fact Sheet C)</h1>
<p>
Since you have previously indicated that you and your spouse have more than one child and each of you has
sole custody of at least one of the children, we need you to answer the next set of questions in order for the
@ -548,7 +550,7 @@
{% if children_financial_support != 'NO'%}
<div id="fact_sheet_d" class="question-well">
<h1>Fact Sheet D Child(ren) 19 Years or Older</h1>
<h1>Child(ren) 19 Years or Older (Fact Sheet D)</h1>
<p>
Since you have previously indicated that you have a child/children 19 years of age or older for whom support
is claimed, you will need to answer the next set of questions.
@ -623,7 +625,7 @@
{% if annual_gross_income|add:"0" > 150000 %}
<div id="annual_gross_income_question">
<div class="question-well" id="you_fact_sheet_f">
<h1>Fact Sheet F Income over $150,000</h1>
<h1>Income over $150,000 (Fact Sheet F)</h1>
<p>
Since you have previously indicated that the payor's income is over $150,000 you will need to provide
answers to the next set of questions. The child support guideline table you previously entered only goes
@ -633,6 +635,59 @@
matter of there being money simply to look after the needs of the child, but rather the level of care
factoring in the family's lifestyle.
</p>
<p>
<div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false"
data-target="#collapseIncomeNeeded" aria-controls="collapseIncomeNeeded">
<div>
Whose income is needed?
</div>
</div>
</p>
<div class="collapse" id="collapseIncomeNeeded">
<div>
<p>
If the paying parent earns more than $150,000 per year, you may need to calculate both incomes.
The Federal Guidelines provide two options:
</p>
<p>
You can use the tables to determine the child support amount for the first $150,000. Then add
the percentage listed in the tables for the portion of income over $150,000. If you choose this
option, you would only need to calculate the paying parent’s income.
</p>
<p>
or
</p>
<p>
You can use the tables to determine the child support amount for the first $150,000. You can
then determine an amount for the portion of income over $150,000 by looking at the condition,
means, needs and other circumstances of the child and the financial ability of each of you to
contribute. If you choose this option, you would need to calculate both incomes.
</p>
<p>
In some cases:
</p>
<ul>
<li>
You may need to calculate your child’s income—for example, if the child is over the age of
majority and you are taking his or her financial means into consideration to determine a
child support amount.
</li>
<li>
You may need to calculate the income of every member of both households to compare the
standards of living if either of you is claiming undue hardship.
</li>
</ul>
<p>
Source: The
{% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/step5-etap5.html#h7" link_text="Federal Child Support Guidelines" %}
Department of Justice
</p>
</div>
</div>
<table class="table table-bordered">
<thead>
<tr>


Loading…
Cancel
Save