Claimant 1 and Claimant 2 are asking for the following
order respecting arrangements for parenting or
contact:
- {% if responses.children_of_marriage == 'YES' %}
+ {% if responses.children_of_marriage == 'YES' and responses.order_respecting_arrangement and 'Child support' in responses.want_which_orders %}
{{ responses.order_respecting_arrangement|striptags|linebreaksli }}
{% endif %}
@@ -435,13 +435,13 @@
- B. {% checkbox responses.order_for_child_support children_of_marriage='YES' %}
+ B. {% checkbox responses.order_for_child_support children_of_marriage='YES' want_which_orders='Child support' %}
Claimant 1 and Claimant 2 are asking for an order for
child support as follows:
- {% if responses.children_of_marriage == 'YES' %}
+ {% if responses.children_of_marriage == 'YES' and responses.order_for_child_support and 'Child support' in responses.want_which_orders %}
{{ responses.order_for_child_support|striptags|linebreaksli }}
{% endif %}
@@ -451,7 +451,7 @@
|
- C. {% checkbox responses.child_support_act children_of_marriage='YES' %}
+ C. {% checkbox responses.child_support_act children_of_marriage='YES' want_which_orders='Child support' %}
Claimant 1 and Claimant 2 are asking for the orders
@@ -459,10 +459,10 @@
following statute(s):
[Check one or both of the following boxes, as
applicable.]
- {% checkbox child_support_act='the Divorce Act (Canada)' children_of_marriage='YES' %}
+ {% checkbox child_support_act='the Divorce Act (Canada)' children_of_marriage='YES' want_which_orders='Child support' %}
the Divorce Act (Canada)
- {% checkbox child_support_act='the Family Law Act' children_of_marriage='YES' %}
+ {% checkbox child_support_act='the Family Law Act' children_of_marriage='YES' want_which_orders='Child support' %}
the Family Law Act
|
|