From bf07886be415aee9d40a688662a34ce2ab5fbc32 Mon Sep 17 00:00:00 2001 From: Mike Olund Date: Wed, 9 Aug 2017 15:49:38 -0700 Subject: [PATCH 1/2] DIV-498 --- edivorce/apps/core/templates/pdf/form52.html | 60 ++++++++++---------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/edivorce/apps/core/templates/pdf/form52.html b/edivorce/apps/core/templates/pdf/form52.html index 9db08899..e54a05c9 100644 --- a/edivorce/apps/core/templates/pdf/form52.html +++ b/edivorce/apps/core/templates/pdf/form52.html @@ -103,38 +103,38 @@

{% endif %} +
- {% if 'Division of property and debts' in responses.want_which_orders|load_json or 'Spousal support' in responses.want_which_orders|load_json or 'Other orders' in responses.want_which_orders|load_json %} -

- THIS COURT ORDERS that BY CONSENT: -

- -

-

    - {% if 'Spousal support' in responses.want_which_orders|load_json and responses.spouse_support_details %} -
  1. {{ responses.spouse_support_details }}
  2. - {% endif %} - - {% if 'Division of property and debts' in responses.want_which_orders|load_json %} -
  3. - {% if responses.deal_with_property_debt == 'Equal division' %} - Equal division of property and debts. - {% else %} - {{ responses.how_to_divide_property_debt }} - {% endif %} -
    - {{ responses.other_property_claims }} -
  4. - {% endif %} - - {% if 'Other orders' in responses.want_which_orders|load_json and responses.other_orders_detail %} -
  5. {{ responses.other_orders_detail }}
  6. - {% endif %} -
-

- {% endif %} + {% if 'Division of property and debts' in responses.want_which_orders|load_json or 'Spousal support' in responses.want_which_orders|load_json or 'Other orders' in responses.want_which_orders|load_json %} +

+ THIS COURT ORDERS that BY CONSENT: +

+ +

+

    + {% if 'Spousal support' in responses.want_which_orders|load_json and responses.spouse_support_details %} +
  1. {{ responses.spouse_support_details }}
  2. + {% endif %} + + {% if 'Division of property and debts' in responses.want_which_orders|load_json %} +
  3. + {% if responses.deal_with_property_debt == 'Equal division' %} + Equal division of property and debts. + {% else %} + {{ responses.how_to_divide_property_debt }} + {% endif %} +
    + {{ responses.other_property_claims }} +
  4. + {% endif %} + + {% if 'Other orders' in responses.want_which_orders|load_json and responses.other_orders_detail %} +
  5. {{ responses.other_orders_detail }}
  6. + {% endif %} +
+

+ {% endif %} -

THE FOLLOWING PARTIES APPROVE THE FORM OF THIS ORDER AND CONSENT TO EACH OF THE ORDERS, IF ANY, THAT ARE INDICATED ABOVE AS BEING BY CONSENT:

From 33fd409bb5b253fe85f549d638ef6d0471bb521f Mon Sep 17 00:00:00 2001 From: Mike Olund Date: Tue, 15 Aug 2017 11:23:06 -0700 Subject: [PATCH 2/2] DIV-498 - Restrict the height of claimant 1 & 2 names on form 52 --- edivorce/apps/core/templates/pdf/form52.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edivorce/apps/core/templates/pdf/form52.html b/edivorce/apps/core/templates/pdf/form52.html index e54a05c9..b93e847a 100644 --- a/edivorce/apps/core/templates/pdf/form52.html +++ b/edivorce/apps/core/templates/pdf/form52.html @@ -35,10 +35,10 @@

In the Supreme Court of British Columbia

-

+

Claimant 1:{% include "partials/name_with_alias.html" with name=responses.name_you use_other_name=responses.any_other_name_you other_names=responses.other_name_you class_name='form-entry_claimant' %}

-

+

Claimant 2:{% include "partials/name_with_alias.html" with name=responses.name_spouse use_other_name=responses.any_other_name_spouse other_names=responses.other_name_spouse class_name='form-entry_claimant' %}