diff --git a/edivorce/apps/core/templates/question/06_children_income_expenses.html b/edivorce/apps/core/templates/question/06_children_income_expenses.html index 397fac2b..6d9b8e8b 100644 --- a/edivorce/apps/core/templates/question/06_children_income_expenses.html +++ b/edivorce/apps/core/templates/question/06_children_income_expenses.html @@ -1117,6 +1117,76 @@

+ + {% if children_financial_support != 'NO'%} +
+

Fact Sheet D Child(ren) 19 Years or Older

+ +
+

+ How many child(ren) are 19 years or older for whom you are asking for support? +

+
+ {% input_field type="number" name="number_children_over_19_need_support" class="fact-sheet-input input-narrow" %} +
+
+ +
+

+ What is the monthly amount that {{ conditional_logic_based_on_input }} will be paying for child support + (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-5.html#h-9" link_text="Schedule 1" %} + . + of the + {% 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 Guidelines" %} + )? +

+
+
+ {% money_input_field name="total_spouse_paid_child_support" class="fact-sheet-input money input-narrow" %} +
+
+ {% include "partials/inline_question_determine_amount_to_pay.html" with collapse_target_id="collapse_calculate_amounts" %} +
+ +
+

+ Do you and your spouse agree that the monthly Guidelines table amount for child support is appropriate? +

+
+ + + +
+ +
+
+ {% endif %} {% endblock %}