Browse Source

DIV-1242: Extract tooltips for children section

pull/172/head
ariannedee 5 years ago
parent
commit
0c90818bc8
30 changed files with 308 additions and 344 deletions
  1. +1
    -1
      edivorce/apps/core/static/css/main.css
  2. +0
    -5
      edivorce/apps/core/static/css/main.scss
  3. +7
    -41
      edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_b.html
  4. +8
    -13
      edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_c.html
  5. +3
    -42
      edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_e.html
  6. +1
    -3
      edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_f.html
  7. +12
    -9
      edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_f_table.html
  8. +4
    -17
      edivorce/apps/core/templates/partials/inline_question_determine_amount_to_pay.html
  9. +0
    -14
      edivorce/apps/core/templates/partials/tooltips/children/child_support_guidelines.html
  10. +16
    -0
      edivorce/apps/core/templates/partials/tooltips/children/court_order.html
  11. +17
    -0
      edivorce/apps/core/templates/partials/tooltips/children/duty_to_support.html
  12. +18
    -0
      edivorce/apps/core/templates/partials/tooltips/children/education_expenses.html
  13. +14
    -0
      edivorce/apps/core/templates/partials/tooltips/children/enforceable.html
  14. +14
    -0
      edivorce/apps/core/templates/partials/tooltips/children/exhibit.html
  15. +15
    -0
      edivorce/apps/core/templates/partials/tooltips/children/extracurricular_expense.html
  16. +10
    -6
      edivorce/apps/core/templates/partials/tooltips/children/federal_guidelines.html
  17. +15
    -0
      edivorce/apps/core/templates/partials/tooltips/children/health_expenses.html
  18. +13
    -0
      edivorce/apps/core/templates/partials/tooltips/children/in_arrears.html
  19. +18
    -0
      edivorce/apps/core/templates/partials/tooltips/children/order_respecting_arrangements.html
  20. +13
    -0
      edivorce/apps/core/templates/partials/tooltips/children/payor.html
  21. +17
    -0
      edivorce/apps/core/templates/partials/tooltips/children/proportionate_share.html
  22. +15
    -0
      edivorce/apps/core/templates/partials/tooltips/children/proposed_in_order.html
  23. +17
    -0
      edivorce/apps/core/templates/partials/tooltips/children/special_extra_expenses.html
  24. +14
    -0
      edivorce/apps/core/templates/partials/tooltips/children/terms_of_debt.html
  25. +20
    -0
      edivorce/apps/core/templates/partials/tooltips/children/undue_hardship.html
  26. +1
    -10
      edivorce/apps/core/templates/question/06_children_facts.html
  27. +9
    -62
      edivorce/apps/core/templates/question/06_children_income_expenses.html
  28. +1
    -9
      edivorce/apps/core/templates/question/06_children_payor_medical.html
  29. +11
    -94
      edivorce/apps/core/templates/question/06_children_what_for.html
  30. +4
    -18
      edivorce/apps/core/templates/question/06_children_your_children.html

+ 1
- 1
edivorce/apps/core/static/css/main.css
File diff suppressed because it is too large
View File


+ 0
- 5
edivorce/apps/core/static/css/main.scss View File

@ -539,11 +539,6 @@ div.percent-suffix {
}
}
.tooltip-no-link {
@extend .tooltip-link;
border-bottom: none;
}
.collapse-trigger {
& > div {
color: $color-blue;


+ 7
- 41
edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_b.html View File

@ -81,17 +81,7 @@
</tr>
<tr>
<td class="fact-sheet-question">Annual income as per
<a href="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-2.html#h-6" target="_blank">Federal Child Support
Guidelines</a>
<span class="tooltip-link"
data-toggle="tooltip"
data-placement="right"
data-html="true"
title="<b>Federal Child Support Guidelines</b><br />
This is a copy of an official work that is published by the Government of Canada and that this copy has
not been produced in affiliation with, or with the endorsement of the Government of Canada."><i class="fa fa-question-circle"
aria-hidden="true"></i>
</span>
{% include "partials/tooltips/children/federal_guidelines.html" with link="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-2.html#h-6" %}
</td>
<td class="fact-sheet-answer" readonly>
<div class="dollar-prefix">
@ -134,13 +124,8 @@
<div>
<p>
To figure out how much child support the
<span class="tooltip-link"
data-toggle="tooltip"
data-placement="right"
data-html="true"
title="<b>Payor</b><br />The person who pays child support.">
payor<i class="fa fa-question-circle" aria-hidden="true"></i>
</span> will be paying under the guidelines:
{% include "partials/tooltips/children/payor.html" %}
will be paying under the guidelines:
</p>
<ul>
<li>
@ -149,17 +134,8 @@
(effective from November 22, 2017) to calculate the correct amount of child support.
</li>
<li>
Refer to the <a href="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/index.html" target="_blank">
Federal Child Support Tables</a>
<span class="tooltip-link"
data-toggle="tooltip"
data-placement="right"
data-html="true"
title="<b>Federal Child Support Guidelines</b><br />
This is a copy of an official work that is published by the Government of Canada and that this copy has
not been produced in affiliation with, or with the endorsement of the Government of Canada."><i
class="fa fa-question-circle" aria-hidden="true"></i>
</span>.
Refer to the
{% include "partials/tooltips/children/federal_guidelines.html" with link="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/index.html" text="Federal Child Support Tables" %}.
Make sure you view the table pertaining to the province where the payor lives
</li>
</ul>
@ -189,18 +165,8 @@
<tr>
<td class="fact-sheet-question">
Special or extraordinary expenses (as per
<a href="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/section-7.html" target="_blank">Section 7 of the Federal Child
Support Guidelines</a>
<span class="tooltip-link"
data-toggle="tooltip"
data-placement="right"
data-html="true"
title="<b>Federal Child Support Guidelines</b><br />
This is a copy of an official work that is published by the Government of Canada and that this copy has
not been produced in affiliation with, or with the endorsement of the Government of Canada."><i class="fa fa-question-circle"
aria-hidden="true"></i>
</span>
) to be paid monthly
{% include "partials/tooltips/children/federal_guidelines.html" with link="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/section-7.html" text="Section 7 of the Federal Child Support Guidelines" %})
to be paid monthly
</td>
<td class="fact-sheet-answer" readonly>
<div class="dollar-prefix">


+ 8
- 13
edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_c.html View File

@ -27,7 +27,7 @@
<p>
As per
{% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-2.html#h-6" link_text="sections 15 to 20" %}
{% include "partials/tooltips/children/federal_guidelines.html" with link="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-2.html#h-6" text="sections 15 to 20" %}
of the Federal Child Support Guidelines
</p>
<div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false"
@ -39,10 +39,9 @@
<div class="collapse" id="collapse_calculate_annual_income_spouse">
<div>
The Federal Child Support Guidelines, Step-by-Step Guide has a
{% 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/w1-f1.html#s1" link_text="worksheet" %}
{% include "partials/tooltips/children/federal_guidelines.html" with link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/w1-f1.html#s1" text="worksheet" %}
you can use to help calculate your annual income. Step-by-step instructions are also detailed in 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="Step-by-Step Guide" %}
.
{% include "partials/tooltips/children/federal_guidelines.html" with link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/step5-etap5.html#h7" text="Step-by-Step Guide" %}.
</div>
</div>
</td>
@ -55,8 +54,7 @@
<tr>
<td class="fact-sheet-question">
<p>What is the 'Guideline' amount for child support payable by your spouse (as per
{% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-11.html#h-15" link_text="Federal Child Support Tables" %}
)?
{% include "partials/tooltips/children/federal_guidelines.html" with link="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-11.html#h-15" text="Federal Child Support Tables" %})?
</p>
{% include "partials/inline_question_determine_amount_to_pay.html" with collapse_target_id="collapse_calculate_amount_to_pay" %}
</td>
@ -78,10 +76,9 @@
<tr>
<td class="fact-sheet-question">
<p>Your annual income?</p>
<p>
As per
{% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-2.html#h-6" link_text="sections 15 to 20" %}
{% include "partials/tooltips/children/federal_guidelines.html" with link="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-2.html#h-6" text="sections 15 to 20" %}
of the Federal Child Support Guidelines
</p>
@ -94,11 +91,10 @@
<div class="collapse" id="collapse_calculate_annual_income_you">
<div>
The Federal Child Support Guidelines, Step-by-Step Guide has a
{% 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/w1-f1.html#s1" link_text="worksheet" %}
{% include "partials/tooltips/children/federal_guidelines.html" with link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/w1-f1.html#s1" text="worksheet" %}
you can use to
help calculate your annual income. Step-by-step instructions are also detailed in 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="Step-by-Step Guide" %}
.
{% include "partials/tooltips/children/federal_guidelines.html" with link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/step5-etap5.html#h7" text="Step-by-Step Guide" %}.
</div>
</div>
</td>
@ -111,8 +107,7 @@
<tr>
<td class="fact-sheet-question">
<p>What is the 'Guideline' amount for child support payable by you (as per
{% include "partials/tooltip_link_federal_child_support_guidelines.html" with reference_link="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-11.html#h-15" link_text="Federal Child Support Tables" %}
)?
{% include "partials/tooltips/children/federal_guidelines.html" with link="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/page-11.html#h-15" text="Federal Child Support Tables" %})?
</p>
{% include "partials/inline_question_determine_amount_to_pay.html" with collapse_target_id="collapse_calculate_claimant_amounts" %}


+ 3
- 42
edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_e.html View File

@ -4,24 +4,7 @@
<p>
The Child Support Guidelines tables contain the base amounts for child support. If you our your spouse feel
that the child support amount will not leave enough money, you can claim that you will suffer
<span class="tooltip-link"
data-toggle="tooltip" data-placement="right" data-html="true"
title="
<b>Undue hardship</b>
<p>
Circumstances that show the amount of child support under the child support guidelines is too
high or low. Must create &quot;undue&quot; (exceptional, excessive or disproportionate) difficulty
for the person making the claim.
</p>
<p>
A term used by the Child Support Guidelines to describe circumstances when payment of the table
amount of child support would cause financial difficulty for the payor or the recipient, potentially
justifying an award of support in an amount different than the table amount. See &quot;child support,&quot;
&quot;Child Support Guidelines&quot; and &quot;table amount.&quot;
</p>
">
undue hardship<i class="fa fa-question-circle" aria-hidden="true"></i>.
</span>
{% include "partials/tooltips/children/undue_hardship.html" %}
</p>
<div class="btn-radio-group" data-toggle="buttons">
@ -76,15 +59,7 @@
<tr class="list-builder-header">
<th class="table-bordered">Debt name</th>
<th class="table-bordered">What are the
<span class="tooltip-link"
data-toggle="tooltip" data-placement="right" data-html="true"
title="
<b>Terms of this Debt</b>
<p>For example, how much is owed, what is the rate of interest,
when it must be repaid.</p>
">
terms of this debt<i class="fa fa-question-circle" aria-hidden="true"></i>
</span>?
{% include "partials/tooltips/children/terms_of_debt.html" %}?
</th>
<th class="table-bordered">Monthly amount</th>
<th></th>
@ -252,21 +227,7 @@
<p>
Enter the name (s) and income for any other persons in your household (e.g. co-parent, step parent)
who have a
<span class="tooltip-link"
data-toggle="tooltip"
data-placement="right"
data-html="true"
title="<b>Duty to support</b><br />
Parents and guardians have a responsibility (duty) under the law to financially support their
children, whether or not they see or take care of the children. A parent, for the purposes
of child support, may include a stepparent if they were living together, in a relationship,
with the child’s parent and the child during the child’s life. The duty of a stepparent or
non-parent guardian to provide support is secondary to that of the child’s parents.">
duty to support<i class="fa fa-question-circle" aria-hidden="true"></i>
</span>
a child.
{% include "partials/tooltips/children/duty_to_support.html" %} a child.
</p>
<table id="income_others" class="list-builder list-builder-compact">
<thead>


+ 1
- 3
edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_f.html View File

@ -10,14 +10,12 @@
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>
@ -54,7 +52,7 @@
</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" %}
{% include "partials/tooltips/children/federal_guidelines.html" with link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/step5-etap5.html#h7" %}
Department of Justice
</p>


+ 12
- 9
edivorce/apps/core/templates/partials/fact_sheets/fact_sheet_f_table.html View File

@ -24,10 +24,12 @@
<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" %}
{% include "partials/tooltips/children/federal_guidelines.html" with link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/start-com.html#h11" text="Child Support Guidelines" %}
amount for $150,000?
</p>
{% include "partials/inline_question_determine_amount_to_pay.html" with collapse_target_id="collapse_guideline_amount" %}
{% with 'collapse_guideline_amount_'|add:claimant_id as collapse_id %}
{% include "partials/inline_question_determine_amount_to_pay.html" with collapse_target_id=collapse_id %}
{% endwith %}
</td>
<td class="fact-sheet-answer">
{% lookup_context 'child_support_amount_under_high_income_'|add:claimant_id|add:"_error" as question_error %}
@ -39,7 +41,7 @@
<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" %}
{% include "partials/tooltips/children/federal_guidelines.html" with link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/start-com.html#h11" text="Child Support Guidelines" %}
?
</td>
<td class="fact-sheet-answer">
@ -58,14 +60,16 @@
What is the monthly child support amount to be paid on the portion of income over
$150,000?
</p>
{% with 'collapse_high_income_amounts_'|add:claimant_id as collapse_id %}
<div class="collapse-trigger collapsed" data-toggle="collapse" aria-expanded="false"
data-target="#collapse_high_income_amounts"
aria-controls="collapse_high_income_amounts">
data-target="#{{ collapse_id }}"
aria-controls="{{ collapse_id }}">
<div>
How can I determine this amount?
</div>
</div>
<div class="collapse" id="collapse_high_income_amounts">
<div class="collapse" id="{{ collapse_id }}">
{% endwith %}
<div>
<p>
The child support tables only show an amount for the first $150,000 of income.
@ -89,7 +93,7 @@
</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" %}
{% include "partials/tooltips/children/federal_guidelines.html" with link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/start-com.html#h11" %}
, Department of Justice
</p>
</div>
@ -151,8 +155,7 @@
</h3>
<p>
Discuss the conditions, means, needs and other circumstances of the child, and the financial
ability of
each parent to support the child/children.
ability of each parent to support the child/children.
</p>
<div>
{% input_field type="textarea" name="reason_child_support_amount_"|add:claimant_id class="fact-sheet-input form-control response-textarea" maxlength="1000" rows="6" %}


+ 4
- 17
edivorce/apps/core/templates/partials/inline_question_determine_amount_to_pay.html View File

@ -14,13 +14,8 @@
</p>
<p>
To figure out how much child support the
<span class="tooltip-link"
data-toggle="tooltip"
data-placement="right"
data-html="true"
title="<b>Payor</b><br />The person who pays child support.">
payor<i class="fa fa-question-circle" aria-hidden="true"></i>
</span> will be paying under the guidelines:
{% include "partials/tooltips/children/payor.html" %}
will be paying under the guidelines:
</p>
<ul>
<li>
@ -29,16 +24,8 @@
(effective from November 22, 2017) to calculate the correct amount of child support.
</li>
<li>
Refer to the <a href="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/index.html" target="_blank">
Federal Child Support Tables</a>
<span class="tooltip-link"
data-toggle="tooltip"
data-placement="right"
data-html="true"
title="<b>Federal Child Support Guidelines</b><br />
This is a copy of an official work that is published by the Government of Canada and that this copy has
not been produced in affiliation with, or with the endorsement of the Government of Canada."><i class="fa fa-question-circle" aria-hidden="true"></i>
</span>.
Refer to the
{% include "partials/tooltips/children/federal_guidelines.html" with link="http://laws-lois.justice.gc.ca/eng/regulations/SOR-97-175/index.html" text="Federal Child Support Tables" %}.
Make sure you view the table pertaining to the province where the payor lives
</li>
</ul>


+ 0
- 14
edivorce/apps/core/templates/partials/tooltips/children/child_support_guidelines.html View File

@ -1,14 +0,0 @@
{% extends "partials/tooltips/base.html" %}
{% block title %}
Federal Child Support Guidelines
{% endblock %}
{% block inner %}
This is a copy of an official work that is published by the Government of Canada and that this copy has
not been produced in affiliation with, or with the endorsement of the Government of Canada.
{% endblock %}
{% block label %}
Separation agreement
{% endblock %}

+ 16
- 0
edivorce/apps/core/templates/partials/tooltips/children/court_order.html View File

@ -0,0 +1,16 @@
{% extends "partials/tooltips/base.html" %}
{% block title %}
Court Order
{% endblock %}
{% block inner %}
A record of a decision made by a judge or master that tells you or your
spouse what you must do (or not do). For example: The court has made an
order that your spouse must pay you $900 on a monthly basis to help cover
the costs of supporting the children.
{% endblock %}
{% block label %}
court order
{% endblock %}

+ 17
- 0
edivorce/apps/core/templates/partials/tooltips/children/duty_to_support.html View File

@ -0,0 +1,17 @@
{% extends "partials/tooltips/base.html" %}
{% block title %}
Duty to Support
{% endblock %}
{% block inner %}
Parents and guardians have a responsibility (duty) under the law to financially support their
children, whether or not they see or take care of the children. A parent, for the purposes
of child support, may include a stepparent if they were living together, in a relationship,
with the child’s parent and the child during the child’s life. The duty of a stepparent or
non-parent guardian to provide support is secondary to that of the child’s parents.
{% endblock %}
{% block label %}
duty to support
{% endblock %}

+ 18
- 0
edivorce/apps/core/templates/partials/tooltips/children/education_expenses.html View File

@ -0,0 +1,18 @@
{% extends "partials/tooltips/base.html" %}
{% block title %}
Educational expenses
{% endblock %}
{% block inner %}
<ul>
<li>Tutoring</li>
<li>
Private school (if the child was attending private school before the separation and the parents can afford the expense
</li>
</ul>
{% endblock %}
{% block label %}
educational expenses
{% endblock %}

+ 14
- 0
edivorce/apps/core/templates/partials/tooltips/children/enforceable.html View File

@ -0,0 +1,14 @@
{% extends "partials/tooltips/base.html" %}
{% block title %}
Enforceable
{% endblock %}
{% block inner %}
Enforcing an order means making sure that what the court ordered is done,
or executed. Usually you want to collect money that is owing to you.
{% endblock %}
{% block label %}
enforced
{% endblock %}

+ 14
- 0
edivorce/apps/core/templates/partials/tooltips/children/exhibit.html View File

@ -0,0 +1,14 @@
{% extends "partials/tooltips/base.html" %}
{% block title %}
Exhibit
{% endblock %}
{% block inner %}
A document, record, or object admitted as evidence in court or before a tribunal. A document
attached to and made part of an affidavit.
{% endblock %}
{% block label %}
exhibit
{% endblock %}

+ 15
- 0
edivorce/apps/core/templates/partials/tooltips/children/extracurricular_expense.html View File

@ -0,0 +1,15 @@
{% extends "partials/tooltips/base.html" %}
{% block title %}
Extracurricular Activities
{% endblock %}
{% block inner %}
Expenses for activities in which the child excels and is shown to be particularly gifted
(for example, expenses for a child who is a gifted figure skater, but not expenses for
general skating lessons)
{% endblock %}
{% block label %}
extracurricular activities
{% endblock %}

edivorce/apps/core/templates/partials/tooltip_link_federal_child_support_guidelines.html → edivorce/apps/core/templates/partials/tooltips/children/federal_guidelines.html View File

@ -1,11 +1,15 @@
<a href="{{ reference_link }}" target="_blank">
{{ link_text }}
<a href="{{ link }}" target="_blank">
{% if text %}
{{ text }}
{% else %}
Federal Child Support Guidelines
{% endif %}
</a>
<span class="tooltip-no-link"
<span class="tooltip-link"
data-toggle="tooltip"
data-placement="right"
data-html="true"
title="<b>Federal Child Support Guidelines</b><br />
title="<b>Federal Child Support Guidelines</b>
<br /><br />
This is a copy of an official work that is published by the Government of Canada and that this copy has
not been produced in affiliation with, or with the endorsement of the Government of Canada."><i class="fa fa-question-circle" aria-hidden="true"></i>
</span>
not been produced in affiliation with, or with the endorsement of the Government of Canada."><i class="fa fa-question-circle" aria-hidden="true"></i></span>

+ 15
- 0
edivorce/apps/core/templates/partials/tooltips/children/health_expenses.html View File

@ -0,0 +1,15 @@
{% extends "partials/tooltips/base.html" %}
{% block title %}
Health Related Expenses
{% endblock %}
{% block inner %}
Includes orthodontic treatments, counselling, physiotherapy, occupational
therapy, speech therapy, hearing therapy, prescription drugs, hearing aids, glasses,
and contact lenses
{% endblock %}
{% block label %}
Health related expenses
{% endblock %}

+ 13
- 0
edivorce/apps/core/templates/partials/tooltips/children/in_arrears.html View File

@ -0,0 +1,13 @@
{% extends "partials/tooltips/base.html" %}
{% block title %}
In Arrears
{% endblock %}
{% block inner %}
Arrears are past support payments that haven't been paid.
{% endblock %}
{% block label %}
in arrears
{% endblock %}

+ 18
- 0
edivorce/apps/core/templates/partials/tooltips/children/order_respecting_arrangements.html View File

@ -0,0 +1,18 @@
{% extends "partials/tooltips/base.html" %}
{% block title %}
Order Respecting Parenting Arrangements or Contact
{% endblock %}
{% block inner %}
Under the Family Law Act (in either Provincial Court or Supreme Court), a court order dealing with
guardianship, parenting time, allocation of parenting responsibilities, or contact with a child. Under
the Divorce Act in Supreme Court, a court order dealing with custody and access.
<br/><br/>
&quot;Arrangements for parenting&quot; refers to who will be responsible for making decisions about the children and if and how they will
spend time with each parent.
{% endblock %}
{% block label %}
order about parenting arrangements or contact
{% endblock %}

+ 13
- 0
edivorce/apps/core/templates/partials/tooltips/children/payor.html View File

@ -0,0 +1,13 @@
{% extends "partials/tooltips/base.html" %}
{% block title %}
Payor
{% endblock %}
{% block inner %}
The person who pays child support.
{% endblock %}
{% block label %}
payor
{% endblock %}

+ 17
- 0
edivorce/apps/core/templates/partials/tooltips/children/proportionate_share.html View File

@ -0,0 +1,17 @@
{% extends "partials/tooltips/base.html" %}
{% block title %}
Proportionate Share
{% endblock %}
{% block inner %}
Proportionate share means that the amount determined to be payable by each parent is calculated in
relation to their respective incomes. For example, if claimant 1 earns $65k and claimant 2 earns $35K,
claimant 1’s share is 65% and claimant 2’s share is 35%. To calculate your proportionate share, divide
your income by the total of both your incomes, then multiply this number (usually a decimal form, such as
0.65) by the actual cost of special or extraordinary expenses.
{% endblock %}
{% block label %}
proportionate shares
{% endblock %}

+ 15
- 0
edivorce/apps/core/templates/partials/tooltips/children/proposed_in_order.html View File

@ -0,0 +1,15 @@
{% extends "partials/tooltips/base.html" %}
{% block title %}
Proposed in the Order
{% endblock %}
{% block inner %}
When you file your completed divorce forms at the court registry they will include the &quot;order&quot;
you want made. Basically you're asking the court (via a judge) to approve what you are asking for
and/or have agreed upon (e.g. monthly child support amount).
{% endblock %}
{% block label %}
proposed in the order
{% endblock %}

+ 17
- 0
edivorce/apps/core/templates/partials/tooltips/children/special_extra_expenses.html View File

@ -0,0 +1,17 @@
{% extends "partials/tooltips/base.html" %}
{% block title %}
Special and Extraordinary Expenses
{% endblock %}
{% block inner %}
Special expenses are over and above the regular cost of living for a child,
such as the cost of child care or post-secondary education. Extraordinary
expenses are for education, programs, or extracurricular activities that meet
the child's needs, such as for tutoring or private school, or for other
activities at which the child excels.
{% endblock %}
{% block label %}
special and extraordinary expenses
{% endblock %}

+ 14
- 0
edivorce/apps/core/templates/partials/tooltips/children/terms_of_debt.html View File

@ -0,0 +1,14 @@
{% extends "partials/tooltips/base.html" %}
{% block title %}
Terms of this Debt
{% endblock %}
{% block inner %}
For example, how much is owed, what is the rate of interest,
when it must be repaid.
{% endblock %}
{% block label %}
terms of this debt
{% endblock %}

+ 20
- 0
edivorce/apps/core/templates/partials/tooltips/children/undue_hardship.html View File

@ -0,0 +1,20 @@
{% extends "partials/tooltips/base.html" %}
{% block title %}
Undue Hardship
{% endblock %}
{% block inner %}
Circumstances that show the amount of child support under the child support guidelines is too
high or low. Must create &quot;undue&quot; (exceptional, excessive or disproportionate) difficulty
for the person making the claim.
<br/><br/>
A term used by the Child Support Guidelines to describe circumstances when payment of the table
amount of child support would cause financial difficulty for the payor or the recipient, potentially
justifying an award of support in an amount different than the table amount. See &quot;child support,&quot;
&quot;Child Support Guidelines&quot; and &quot;table amount.&quot;
{% endblock %}
{% block label %}
undue hardship
{% endblock %}

+ 1
- 10
edivorce/apps/core/templates/question/06_children_facts.html View File

@ -28,16 +28,7 @@
<span id="__name_you" hidden>{% you_name if_blank="You" %}</span>
<span id="__name_spouse" hidden>{% spouse_name if_blank="Your spouse" %}</span>
<h3>Who is the
<span class="tooltip-link"
data-toggle="tooltip" data-placement="right" data-html="true"
title="
<b>Payor</b>
<p>The person who pays child support.</p>
">
payor<i class="fa fa-question-circle" aria-hidden="true"></i>
</span>
?
<h3>Who is the {% include "partials/tooltips/children/payor.html" %}?
{% if child_support_payor_error %}{% include 'partials/required.html' %}{% endif %}
</h3>
{% if derived.show_fact_sheet_b %}


+ 9
- 62
edivorce/apps/core/templates/question/06_children_income_expenses.html View File

@ -99,7 +99,7 @@
</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#h12" link_text="Federal Child Support Guidelines Step-by-Step Guide" %}
{% include "partials/tooltips/children/federal_guidelines.html" with link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/start-com.html#h12" text="Federal Child Support Guidelines Step-by-Step Guide" %}
, Department of Justice
</p>
</div>
@ -262,21 +262,8 @@
<div class="question-well {% if special_extraordinary_expenses_error %}error{% endif %}">
<h3>
Are you claiming any
<span class="tooltip-link"
data-toggle="tooltip" data-placement="right" data-html="true"
title="
<b>Special and extraordinary expenses</b>
<p>
Special expenses are over and above the regular cost of living for a child,
such as the cost of child care or post-secondary education. Extraordinary
expenses are for education, programs, or extracurricular activities that meet
the child's needs, such as for tutoring or private school, or for other
activities at which the child excels.
</p>
">
special and extraordinary expenses<i class="fa fa-question-circle" aria-hidden="true"></i>
</span>?{% if special_extraordinary_expenses_error %}{% include 'partials/required.html' %}{% endif %}
Are you claiming any {% include "partials/tooltips/children/special_extra_expenses.html" %}
{% if special_extraordinary_expenses_error %}{% include 'partials/required.html' %}{% endif %}
</h3>
<p>
<strong>NOTE: If you have a Separation Agreement or Court Order that deals with special and extraordinary expenses, you may wish NOT to select this option.</strong>
@ -353,15 +340,7 @@
<tr>
<td class="fact-sheet-question">
<span class="tooltip-link"
data-toggle="tooltip"
data-placement="right"
data-html="true"
title="<b>Health related expenses</b><br />Includes orthodontic treatments, counselling, physiotherapy, occupational
therapy, speech therapy, hearing therapy, prescription drugs, hearing aids, glasses,
and contact lenses">
Health related expenses<i class="fa fa-question-circle" aria-hidden="true"></i>
</span>
{% include "partials/tooltips/children/health_expenses.html" %}
that exceed insurance reimbursement by at least $100
</td>
<td class="fact-sheet-answer">
@ -379,15 +358,7 @@
<tr>
<td class="fact-sheet-question">
Extraordinary primary, secondary or other
<span class="tooltip-link"
data-toggle="tooltip"
data-placement="right"
data-html="true"
title="<b>Educational expenses</b><br />
<ul><li>Tutoring</li><li>Private school (if the child was
attending private school before the separation and the parents can afford the expense</li></ul>">
educational expenses <i class="fa fa-question-circle" aria-hidden="true"></i>
</span>
{% include "partials/tooltips/children/education_expenses.html" %}
</td>
<td class="fact-sheet-answer">
<div class="dollar-prefix">
@ -416,19 +387,8 @@
</tr>
<tr>
<td class="fact-sheet-question">Extraordinary
<span class="tooltip-link"
data-toggle="tooltip"
data-placement="right"
data-html="true"
title="<b>Extracurricular activities</b><br />
Expenses for activities in which the child excels and is shown to be particularly gifted
(for example, expenses for a child who is a gifted figure skater, but not expenses for
general skating lessons)">
extracurricular activities
<i class="fa fa-question-circle" aria-hidden="true"></i>
</span>
expenses
<td class="fact-sheet-question">
Extraordinary {% include "partials/tooltips/children/extracurricular_expense.html" %} expenses
</td>
<td class="fact-sheet-answer">
<div class="dollar-prefix">
@ -460,20 +420,7 @@
</table>
<br>
<p>Parties respective
<span class="tooltip-link"
data-toggle="tooltip"
data-placement="right"
data-html="true"
title="<b>Proportionate share</b><br />
Proportionate share means that the amount determined to be payable by each parent is calculated in
relation to their respective incomes. For example, if claimant 1 earns $65k and claimant 2 earns $35K,
claimant 1’s share is 65% and claimant 2’s share is 35%. To calculate your proportionate share, divide
your income by the total of both your incomes, then multiply this number (usually a decimal form, such as
0.65) by the actual cost of special or extraordinary expenses.">
proportionate shares
<i class="fa fa-question-circle" aria-hidden="true"></i>
</span>
<p>Parties respective {% include "partials/tooltips/children/proportionate_share.html" %}
of the total net monthly Section 7 expenses referred to above:</p>
<br>
@ -569,7 +516,7 @@
</p>
<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/step5-etap5.html#h7" link_text="Federal Child Support Guidelines" %}
{% include "partials/tooltips/children/federal_guidelines.html" with link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/step5-etap5.html#h7" %}
, Department of Justice
</p>


+ 1
- 9
edivorce/apps/core/templates/question/06_children_payor_medical.html View File

@ -40,15 +40,7 @@
</div>
<div class="question-well {% if child_support_payments_in_arrears_error %}error{% endif %}">
<h3>Are there any child support payments (
<span class="tooltip-link"
data-toggle="tooltip" data-placement="right" data-html="true"
title="
<b>In arrears</b>
<p>Arrears are past support payments that haven't been paid.</p>
">
in arrears <i class="fa fa-question-circle" aria-hidden="true"></i>
</span>
<h3>Are there any child support payments ({% include "partials/tooltips/children/in_arrears.html" %}
) that have not been paid (as of today's date) under an existing order or written agreement?
{% if child_support_payments_in_arrears_error %}{% include 'partials/required.html' %}{% endif %}
</h3>


+ 11
- 94
edivorce/apps/core/templates/question/06_children_what_for.html View File

@ -12,19 +12,8 @@
{% block content %}
<h1><small>Step {% step_order step="children" %}:</small>Children - What are you asking for</h1>
<div class="question-well {% if child_support_in_order_error or child_support_in_order_reason_error %}error{% endif %}">
<h3>What is the monthly child support amount
<span class="tooltip-link"
data-toggle="tooltip" data-placement="right" data-html="true"
title="
<b>Proposed in the order</b>
<p>When you file your completed divorce forms at the court registry they will include the &quot;order&quot;
you want made. Basically you're asking the court (via a judge) to approve what you are asking for
and/or have agreed upon (e.g. monthly child support amount).
</p>
">
proposed in the order<i class="fa fa-question-circle" aria-hidden="true"></i>
</span>
to be paid by {% payorize %}?
<h3>What is the monthly child support amount {% include "partials/tooltips/children/proposed_in_order.html" %}
to be paid by {% payorize %}?
{% if child_support_in_order_error %}{% include 'partials/required.html' %}{% endif %}
</h3>
<div class="radio">
@ -163,48 +152,20 @@
<p><strong>Have a separation agreement?</strong></p>
<p>
If you have a separation agreement you will need to attach the separation agreement as an
<span class="tooltip-link"
data-toggle="tooltip" data-placement="right" data-html="true"
title="
<b>Exhibit</b>
<p>A document, record, or object admitted as evidence in court or before a tribunal. A document
attached to and made part of an affidavit.</p>
">
exhibit<i class="fa fa-question-circle" aria-hidden="true"></i>
</span>
to the Child Support Affidavit Form (F37).
{% include "partials/tooltips/children/exhibit.html" %} to the Child Support Affidavit Form (F37).
</p>
<p><strong>
How to file a separation agreement in order for it to be treated as a
<span class="tooltip-link"
data-toggle="tooltip" data-placement="right" data-html="true"
title="
<b>Court order</b>
<p>A record of a decision made by a judge or master that tells you or your
spouse what you must do (or not do). For example: The court has made an
order that your spouse must pay you $900 on a monthly basis to help cover
the costs of supporting the children. </p>
">
court order<i class="fa fa-question-circle" aria-hidden="true"></i>
</span>
</strong>
{% include "partials/tooltips/children/court_order.html" %}
</strong>
</p>
<p>
If you
<a href="https://familylaw.lss.bc.ca/guides/mini/fileAgreementSC.php" target="_blank">
wish to file your separation agreement
</a>, the parts of the agreement that deal
with parenting and support can be
<span class="tooltip-link"
data-toggle="tooltip" data-placement="right" data-html="true"
title="
<b>Enforceable</b>
<p>Enforcing an order means making sure that what the court ordered is done,
or executed. Usually you want to collect money that is owing to you.</p>
">
enforced<i class="fa fa-question-circle" aria-hidden="true"></i>
</span> as if they were in a court order. You will
need to fill out a requisition (Form
with parenting and support can be {% include "partials/tooltips/children/enforceable.html" %}
as if they were in a court order. You will need to fill out a requisition (Form
<a href="http://www2.gov.bc.ca/assets/gov/law-crime-and-justice/courthouse-services/court-files-records/court-forms/supreme-family/f17_1.pdf?forcedownload=true" target="_blank">F17.1</a>
or
<a href="http://www2.gov.bc.ca/assets/gov/law-crime-and-justice/courthouse-services/court-files-records/court-forms/supreme-family/f17_2.pdf?forcedownload=true" target="_blank">F17.2</a> )
@ -218,17 +179,7 @@
<div class="question-well {% if have_court_order_error %}error{% endif %}">
<h3>Do you already have a child support
<span class="tooltip-link"
data-toggle="tooltip" data-placement="right" data-html="true"
title="
<b>Court order</b>
<p>A record of a decision made by a judge or master that tells you or your spouse what you must do
(or not do). For example: The court has made an order that your spouse must pay you $900 on a monthly
basis to help cover the costs of supporting the children.
</p>
">
order <i class="fa fa-question-circle" aria-hidden="true"></i>
</span>in Provincial or Supreme Court?
{% include "partials/tooltips/children/court_order.html" %} in Provincial or Supreme Court?
{% if have_court_order_error %}{% include 'partials/required.html' %}{% endif %}
</h3>
<div class="btn-radio-group" data-toggle="buttons">
@ -245,17 +196,7 @@
<p>
Refer to that separation agreement or court order when filling out the documents for divorce.
You'll also need to attach a copy as an
<span class="tooltip-link"
data-toggle="tooltip" data-placement="right" data-html="true"
title="
<b>Exhibit</b>
<p>A document, record, or object admitted as evidence in court or before a tribunal. A document
attached to and made part of an affidavit.
</p>
">
exhibit<i class="fa fa-question-circle" aria-hidden="true"></i>
</span>
you file with the court.
{% include "partials/tooltips/children/exhibit.html" %} you file with the court.
</p>
<p>
If you wish to file your separation agreement, the parts of the agreement that deal with parenting and
@ -313,21 +254,7 @@
</div>
<div class="question-well {% if want_parenting_arrangements_error %}error{% endif %}">
<h3>Are you asking the court for an
<span class="tooltip-link"
data-toggle="tooltip" data-placement="right" data-html="true"
title="
<b>Order respecting parenting arrangements or contact</b>
<p>Under the Family Law Act (in either Provincial Court or Supreme Court), a court order dealing with
guardianship, parenting time, allocation of parenting responsibilities, or contact with a child. Under
the Divorce Act in Supreme Court, a court order dealing with custody and access.
</p>
<p>
&quot;Arrangements for parenting&quot; refers to who will be responsible for making decisions about the children and if and how they will spend time with each parent.
</p>
">
order about parenting arrangements or contact <i class="fa fa-question-circle" aria-hidden="true"></i>
</span> with a child?
<h3>Are you asking the court for an {% include "partials/tooltips/children/order_respecting_arrangements.html" %} with a child?
{% if want_parenting_arrangements_error %}{% include 'partials/required.html' %}{% endif %}
</h3>
<div class="btn-radio-group" data-toggle="buttons">
@ -369,17 +296,7 @@
</div>
{% if derived.wants_child_support %}
<div class="question-well {% if order_for_child_support_error %}error{% endif %}" id="child_support_description">
<h3>If you are asking for an
<span class="tooltip-link"
data-toggle="tooltip" data-placement="right" data-html="true"
title="
<b>Child support</b>
<p>Parents have a duty under the law to support their children, even if one parent doesn't see or take
care of the children. The money one parent pays to the other parent to help provide for the daily
needs of the children is called child support or maintenance.</p>
">
order for child support<i class="fa fa-question-circle" aria-hidden="true"></i>
</span>
<h3>If you are asking for an {% include "partials/tooltips/children/child_support.html" with text="order for child support" %}
please describe what you are asking for.
{% if order_for_child_support_error %}{% include 'partials/required.html' %}{% endif %}
</h3>


+ 4
- 18
edivorce/apps/core/templates/question/06_children_your_children.html View File

@ -15,21 +15,7 @@
</h1>
<p>
Please enter the names of the
<span class="tooltip-link"
data-toggle="tooltip"
data-placement="right"
data-html="true"
title="<b>Children of the marriage</b><br /><br />
Child of the marriage means a child of two spouses or former spouses who, at the material time,<br />
<ul>
<li>is under the age of majority and who has not withdrawn from their charge, or</li>
<li>is the age of majority or over and under their charge but unable, by reason of illness,
disability or other cause, to withdraw from their charge or to obtain the necessaries of life; (enfant à charge)?</li>
</ul>
More details on the definition of <a href=&quot;http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/step2-etap2.html#h4&quot; target=&quot;_blank&quot;>&quot;child of marriage&quot; </a>can be found on the Department of Justice website.
">
children of the marriage.<i class="fa fa-question-circle" aria-hidden="true"></i>
</span>
{% include "partials/tooltips/children/children_of_marriage.html" %}
This includes:
</p>
<ul>
@ -332,7 +318,7 @@
</p>
<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/step3-etap3.html" link_text="Federal Child Support Guidelines: Step-by-Step" %}
{% include "partials/tooltips/children/federal_guidelines.html" with link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/step3-etap3.html" text="Federal Child Support Guidelines: Step-by-Step" %}
</p>
<p><strong>Split Custody Example</strong></p>
@ -354,7 +340,7 @@
</p>
<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/step3-etap3.html" link_text="Federal Child Support Guidelines: Step-by-Step" %}
{% include "partials/tooltips/children/federal_guidelines.html" with link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/step3-etap3.html" text="Federal Child Support Guidelines: Step-by-Step" %}
</p>
<p><strong>Shared Custody Example</strong></p>
@ -382,6 +368,6 @@
</p>
<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/step3-etap3.html" link_text="Federal Child Support Guidelines: Step-by-Step" %}
{% include "partials/tooltips/children/federal_guidelines.html" with link="http://www.justice.gc.ca/eng/rp-pr/fl-lf/child-enfant/guide/step3-etap3.html" text="Federal Child Support Guidelines: Step-by-Step" %}
</p>
{% endblock %}

Loading…
Cancel
Save