Browse Source

Removed unnecessary fact sheet f, will only use the claimants annual gross income until payer page is implemented

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

+ 2
- 164
edivorce/apps/core/templates/question/06_children_facts.html View File

@ -395,8 +395,8 @@
</div>
{% endif %}
<div id="annual_gross_income_question">
{% if annual_gross_income > 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>
<table class="table table-bordered">
@ -556,170 +556,8 @@
</div>
</div>
</div>
{% endif %}
{% if spouse_annual_gross_income %}
<div class="question-well" id="spouse_fact_sheet_f">
<h1>Fact Sheet F Income over $150,000</h1>
<table class="table table-bordered">
<thead>
<tr>
<th></th>
<th>Amount</th>
</tr>
</thead>
<tbody>
<tr>
<td class="fact-sheet-question">
How many child(ren) are you asking for support?
</td>
<td class="fact-sheet-answer">
{% input_field type="number" name="spouse_number_children_seeking_support" class="fact-sheet-input" %}
</td>
</tr>
<tr>
<td class="fact-sheet-question">
<p>
What is the monthly
{% 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/start-com.html#h11" link_text="Child Support Guidelines" %}
amount for $150,000?
</p>
{% include "partials/inline_question_determine_amount_to_pay.html" with collapse_target_id="collapse_spouse_guideline_amount" %}
</td>
<td class="fact-sheet-answer">
<div class="dollar-prefix">
{% money_input_field name="spouse_child_support_amount_under_high_income" class="fact-sheet-input spouse-guideline-amount money" data_sum="true" data_sum_class="spouse-guideline-amount" data_sum_target_id="spouse_total_amount" %}
</div>
</td>
</tr>
<tr>
<td class="fact-sheet-question">
What is the % of income over $150,000 from 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/start-com.html#h11" link_text="Child Support Guidelines" %}
?
</td>
<td class="fact-sheet-answer">
<div class="percent-prefix">
{% input_field type="number" name="spouse_percent_income_over_high_income_limit" class="fact-sheet-input" %}
</div>
</td>
</tr>
<tr>
<td class="fact-sheet-question">
<p>
What is the monthly child support amount to be paid on the portion of income over $150,000?
</p>
<div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false"
data-target="#collapse_spouse_high_income_amounts"
aria-controls="collapse_spouse_high_income_amounts">
<div>
How can I determine this amount?
</div>
</div>
<div class="collapse" id="collapse_spouse_high_income_amounts">
<div>
<p>
The child support tables only show an amount for the first $150,000 of income.
You have
two choices for determining how much child support should be paid on the portion
of
income over $150,000:
</p>
<ul>
<li>
you can multiply the amount of income over $150,000 by the percentage shown
in the
table for the province or territory where the paying parent lives; or
</li>
<li>
you can agree on an additional amount of support based on the condition,
means,
needs and other circumstances of your children and your financial ability to
contribute.
</li>
</ul>
<p>
To speak to someone in person, you can call the Department of Justice Canada's
Family
Law Information Line at 1-888-373-2222. When you call, be ready to tell them:
</p>
<ul>
<li>Where the paying parent lives</li>
<li>Whether both parents live in the same province or territory, and</li>
<li>The number of children to be supported</li>
</ul>
<p>
Source:
{% 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/start-com.html#h11" link_text="Federal Child Support Guidelines" %}
, Department of Justice
</p>
</div>
</div>
</td>
<td class="fact-sheet-answer">
<div class="dollar-prefix">
{% money_input_field name="spouse_amount_income_over_high_income_limit" class="fact-sheet-input spouse-guideline-amount money" data_sum="true" data_sum_class="spouse-guideline-amount" data_sum_target_id="spouse_total_amount" %}
</div>
</td>
</tr>
<tr>
<td class="fact-sheet-question">
Guidelines table amount
</td>
<td class="fact-sheet-answer" readonly>
<div class="dollar-prefix">
{% money_input_field name="spouse_total_guideline_amount" id="spouse_total_amount" class="fact-sheet-input money" readonly="" data_mirror="true" data_mirror_target="#spouse_agreed_total_amount" data_mirror_broadcast_change="true" %}
</div>
</td>
</tr>
</tbody>
</table>
<div class="question-well-border-less">
<p>
Do you and your spouse agree that $<span
id="spouse_agreed_total_amount">{{ spouse_total_guideline_amount }}</span> is the child
support amount?
</p>
<div class="btn-radio-group" data-toggle="buttons">
<label class="btn btn-radio">
{% input_field type="radio" name="spouse_agree_to_child_support_amount" autocomplete="off" value="YES" data_target_id="spouse_enter_agreed_appropriate_amount" data_reveal_target="false" %}
YES
</label>
<label class="btn btn-radio">
{% input_field type="radio" name="spouse_agree_to_child_support_amount" autocomplete="off" value="NO" data_target_id="spouse_enter_agreed_appropriate_amount" data_reveal_target="true" %}
NO
</label>
</div>
<div id="spouse_enter_agreed_appropriate_amount" hidden>
<p>
What is the amount that you and your spouse have agreed to?
</p>
<p>
That differs from the Child Support Guidelines table amount
</p>
<div>
<div class="dollar-prefix">
{% money_input_field name="spouse_agreed_child_support_amount" value="" class="fact-sheet-input money form-block response-textbox" %}
</div>
</div>
<p>
Why do you think the court should approve your proposed amount?
</p>
<p>
Discuss the conditions, means, needs and other circumstances of the child, and the financial
ability of
each parent to support the child/children.
</p>
<div>
{% input_field type="textarea" name="spouse_reason_child_support_amount" class="fact-sheet-input form-control response-textarea" maxlength="1000" rows="6" %}
</div>
</div>
</div>
</div>
{% endif %}
</div>
{% endif %}
{% endblock %}


Loading…
Cancel
Save