diff --git a/edivorce/apps/core/templates/pdf/form1.html b/edivorce/apps/core/templates/pdf/form1.html index 4f0b0958..4135329a 100644 --- a/edivorce/apps/core/templates/pdf/form1.html +++ b/edivorce/apps/core/templates/pdf/form1.html @@ -418,14 +418,14 @@ - A. {% checkbox responses.order_respecting_arrangement children_of_marriage='YES' %} + A. {% checkbox responses.order_respecting_arrangement children_of_marriage='YES' want_which_orders='Child support' %}
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 %} {% 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