diff --git a/edivorce/apps/core/templates/pdf/form1.html b/edivorce/apps/core/templates/pdf/form1.html index bd6d3580..a5cb5ea6 100644 --- a/edivorce/apps/core/templates/pdf/form1.html +++ b/edivorce/apps/core/templates/pdf/form1.html @@ -639,7 +639,7 @@
Claimant 1: - {% if responses.address_to_send_official_document_street_you and responses.address_to_send_official_document_city_you and responses.address_to_send_official_document_country_you and responses.address_to_send_official_document_postal_code_you %} + {% if responses.address_to_send_official_document_street_you and responses.address_to_send_official_document_city_you and responses.address_to_send_official_document_country_you %} {{ responses.address_to_send_official_document_street_you }}, {{ responses.address_to_send_official_document_city_you }}, {% if responses.address_to_send_official_document_prov_you %} {{ responses.address_to_send_official_document_prov_you }}, @@ -648,8 +648,10 @@ {{ responses.address_to_send_official_document_other_country_you }} {% else %} {{ responses.address_to_send_official_document_country_you }} - {% endif %}, - {{ responses.address_to_send_official_document_postal_code_you }} + {% endif %} + {% if responses.address_to_send_official_document_postal_code_you %} + , {{ responses.address_to_send_official_document_postal_code_you }} + {% endif %} {% else %} {% endif %} @@ -671,7 +673,7 @@
Claimant 2: - {% if responses.address_to_send_official_document_street_spouse and responses.address_to_send_official_document_city_spouse and responses.address_to_send_official_document_country_spouse and responses.address_to_send_official_document_postal_code_spouse %} + {% if responses.address_to_send_official_document_street_spouse and responses.address_to_send_official_document_city_spouse and responses.address_to_send_official_document_country_spouse %} {{ responses.address_to_send_official_document_street_spouse }}, {{ responses.address_to_send_official_document_city_spouse }}, {% if responses.address_to_send_official_document_prov_spouse %} {{ responses.address_to_send_official_document_prov_spouse }}, @@ -679,8 +681,10 @@ {% if responses.address_to_send_official_document_country_spouse == 'Other' %} {{ responses.address_to_send_official_document_other_country_spouse }} {% else %} {{ responses.address_to_send_official_document_country_spouse }} - {% endif %}, - {{ responses.address_to_send_official_document_postal_code_spouse }} + {% endif %} + {% if responses.address_to_send_official_document_postal_code_spouse %} + , {{ responses.address_to_send_official_document_postal_code_spouse }} + {% endif %} {% else %} {% endif %} diff --git a/edivorce/apps/core/templates/question/01_orders.html b/edivorce/apps/core/templates/question/01_orders.html index fe573bea..50fe2bad 100644 --- a/edivorce/apps/core/templates/question/01_orders.html +++ b/edivorce/apps/core/templates/question/01_orders.html @@ -49,6 +49,7 @@ asked to provide details for each request.
Spousal support +The objectives of spousal support are to:
+ If you have a Separation Agreement or court order that deals with Spousal Support that you and your spouse do not wish changed, you may choose NOT to select this option. +
++ If you have a Separation Agreement or court order that deals with Division of Property and Debts that you and your spouse do not wish changed, you may choose NOT to select this option. +
+This may include
+ child support
+ ,
+ parental responsibilities
+ (guardianship),
+ parenting time
+ (access, contact with a child) and
child support
- ,
- guardianship, parental responsibilities, parenting time, contact with a child, custody and access.
+ data-html="true" data-trigger="click"
+ title="Custody
+
Under the Divorce Act, where and with whom a child lives, and the guardian's rights and responsibilities for the child. Under the BC Child, Family and Community Service Act, custody is similar.
+ ">custody + . + ++ NOTE: Just because you have children does not mean you have to select this option. Only select if you want a Judge to make an order about these items.
Guardianship = parental responsibilities + parenting time
-- Guardians are responsible for the care and upbringing of, and decision making about, their child. - There are two parts to guardianship: parental responsibilities and parenting time. -
-What happens when we separate?
-- If you and the other parent have lived together with your children, both of you continue to - be guardians after you separate. You'll need to figure out how you you'll care for and make - decisions about your children. That is, how will you divide or share parenting - responsibilities and parenting time? -
-- Even though parents share these responsibilities when they're living together, the law does - not assume that any particular arrangement is in the children's best interests after you - split up. The law specifically says that courts can't assume that equal sharing of parenting - time or equal allocation of parental responsibilities are in the children's best interests. -
- More information on - Guardianship: Parenting time and parental responsibilities - can be found on the Family Law in B.C. website + If you have a Separation Agreement or court order that deals with your issues Pertaining to Children that you and your spouse do not wish changed, you may choose NOT to select this option.
Even though you are not asking for an order for child support, you will - still need to answer some questions about your children. If you're asking + still need to answer some questions about your children and your income. If you're asking for a divorce, the court won't make an order unless they're satisfied that reasonable arrangements have been made for the children.
diff --git a/edivorce/apps/core/templates/question/06_children_facts.html b/edivorce/apps/core/templates/question/06_children_facts.html index 9cf9c56c..7597d614 100644 --- a/edivorce/apps/core/templates/question/06_children_facts.html +++ b/edivorce/apps/core/templates/question/06_children_facts.html @@ -385,6 +385,11 @@ ? + {% if derived.show_fact_sheet_b %} ++ If the total in Fact Sheet B is zero dollars ($0.00), select 'Both' are the payor below. +
+ {% endif %}Please select one
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 186b3a5c..201c9185 100644 --- a/edivorce/apps/core/templates/question/06_children_income_expenses.html +++ b/edivorce/apps/core/templates/question/06_children_income_expenses.html @@ -16,7 +16,7 @@