diff --git a/edivorce/apps/core/templates/pdf/form38.html b/edivorce/apps/core/templates/pdf/form38.html index a393bd5b..f90e689d 100644 --- a/edivorce/apps/core/templates/pdf/form38.html +++ b/edivorce/apps/core/templates/pdf/form38.html @@ -24,49 +24,75 @@
Court File No.:
+- Court Registry: {% if responses.court_registry_for_filing %} {{ responses.court_registry_for_filing }} {% else %} {% endif %} + Court Registry: {% required responses.court_registry_for_filing %}
+This is the affidavit
+- of {% if responses.name_claimant %}{{ responses.name_claimant }}{% else %}{% endif %} in this case + of {% required responses.name_claimant %} in this case
+and was made on
+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' %}
+AFFIDAVIT - DESK ORDER DIVORCE
+
- I, {% if responses.name_claimant %}{% include "partials/name_with_alias.html" with name=responses.name_claimant use_other_name=responses.any_other_name_claimant other_names=responses.other_name_claimant %}{% else %}{% endif %}, of
- {% if responses.address_to_send_official_document_street_claimant and responses.address_to_send_official_document_city_claimant and responses.address_to_send_official_document_country_claimant and responses.address_to_send_official_document_postal_code_claimant %}
- {{ responses.address_to_send_official_document_street_claimant }}, {{ responses.address_to_send_official_document_city_claimant }},
- {% if responses.address_to_send_official_document_prov_claimant %}
- {{ responses.address_to_send_official_document_prov_claimant }},
- {% endif %}
- {% if responses.address_to_send_official_document_country_claimant == 'Other' %} {{ responses.address_to_send_official_document_other_country_claimant }}{% else %} {{ responses.address_to_send_official_document_country_claimant }}{% endif %}, {{ responses.address_to_send_official_document_postal_code_claimant }}{% else %}{% endif %},
- {% if responses.occupation_claimant %} {{ responses.occupation_claimant }}{% else %}{% endif %}, SWEAR (OR AFFIRM) THAT:
+ I,
+ {% if responses.name_claimant %}
+ {% include "partials/name_with_alias.html" with name=responses.name_claimant use_other_name=responses.any_other_name_claimant other_names=responses.other_name_claimant %}
+ {% else %}{% endif %},
+ of
+
+ {% if responses.address_to_send_official_document_street_claimant and responses.address_to_send_official_document_city_claimant %}
+ {% required responses.address_to_send_official_document_street_claimant %},
+ {% required responses.address_to_send_official_document_city_claimant size=100 %},
+ {% if responses.address_to_send_official_document_prov_claimant %}
+ {{ responses.address_to_send_official_document_prov_claimant }},
+ {% endif %}
+ {% if responses.address_to_send_official_document_country_claimant == 'Other' %}
+ {% required responses.address_to_send_official_document_other_country_claimant size=100 %}
+ {% else %}
+ {% required responses.address_to_send_official_document_country_claimant size=100 %}
+ {% endif %},
+ {% required responses.address_to_send_official_document_postal_code_claimant size=80 %},
+ {% else %}
+ ,
+ {% endif %}
+
+ {% required responses.occupation_claimant %}
+
+ SWEAR (OR AFFIRM) THAT:
Court File No.:
+- Court Registry: {% if responses.court_registry_for_filing %} {{ responses.court_registry_for_filing }} {% else %} {% endif %} + Court Registry: {% required responses.court_registry_for_filing %}
+This is the affidavit
+- of {% if responses.name_you %}{{ responses.name_you }}{% else %}{% endif %} - and {% if responses.name_spouse %}{{ responses.name_spouse }}{% else %}{% endif %} + of {% required responses.name_you %} + and {% required responses.name_spouse %} in this case
+and was made on
+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' %}
+AFFIDAVIT - DESK ORDER DIVORCE
+
- We, {% if responses.name_you %}{% 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 %}{% else %}{% endif %}, of
-
- {% required responses.address_to_send_official_document_street_you %},
- {% required responses.address_to_send_official_document_city_you size='100' %},
- {% if responses.address_to_send_official_document_prov_you %}
- {{ responses.address_to_send_official_document_prov_you }},
- {% endif %}
- {% if responses.address_to_send_official_document_country_you == 'Other' %}
- {% required responses.address_to_send_official_document_other_country_you size='100' %}
- {% else %}
- {% required responses.address_to_send_official_document_country_you size='100' %}
- {% endif %},
- {% required responses.address_to_send_official_document_postal_code_you size='80' %},
+ We,
+ {% if responses.name_you %}
+ {% 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 %}
+ {% else %}{% endif %},
+ of
+
+ {% if responses.address_to_send_official_document_street_you and responses.address_to_send_official_document_city_you %}
+ {% required responses.address_to_send_official_document_street_you %},
+ {% required responses.address_to_send_official_document_city_you size='100' %},
+ {% if responses.address_to_send_official_document_prov_you %}
+ {{ responses.address_to_send_official_document_prov_you }},
+ {% endif %}
+ {% if responses.address_to_send_official_document_country_you == 'Other' %}
+ {% required responses.address_to_send_official_document_other_country_you size='100' %}
+ {% else %}
+ {% required responses.address_to_send_official_document_country_you size='100' %}
+ {% endif %},
+ {% required responses.address_to_send_official_document_postal_code_you size='80' %},
+ {% else %},{% endif %}
{% required responses.occupation_you %},
and
- {% if responses.name_spouse %}{% 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 %}{% else %}{% endif %}, of
+ {% if responses.name_spouse %}
+ {% 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 %}
+ {% else %}{% endif %}, of
- {% required responses.address_to_send_official_document_street_spouse %},
- {% required responses.address_to_send_official_document_city_spouse size='100' %},
- {% if responses.address_to_send_official_document_prov_spouse %}
- {{ responses.address_to_send_official_document_prov_spouse }},
- {% endif %}
- {% if responses.address_to_send_official_document_country_spouse == 'Other' %}
- {% required responses.address_to_send_official_document_other_country_spouse size='100' %},
- {% else %}
- {% required responses.address_to_send_official_document_country_spouse size='100' %},
- {% endif %}
- {% required responses.address_to_send_official_document_postal_code_spouse size='100' %},
+ {% if responses.address_to_send_official_document_street_spouse and responses.address_to_send_official_document_city_spouse %}
+ {% required responses.address_to_send_official_document_street_spouse %},
+ {% required responses.address_to_send_official_document_city_spouse size='100' %},
+ {% if responses.address_to_send_official_document_prov_spouse %}
+ {{ responses.address_to_send_official_document_prov_spouse }},
+ {% endif %}
+ {% if responses.address_to_send_official_document_country_spouse == 'Other' %}
+ {% required responses.address_to_send_official_document_other_country_spouse size='100' %},
+ {% else %}
+ {% required responses.address_to_send_official_document_country_spouse size='100' %},
+ {% endif %}
+ {% required responses.address_to_send_official_document_postal_code_spouse size='100' %},
+ {% else %},{% endif %}
{% required responses.occupation_spouse %},
SWEAR (OR AFFIRM) THAT:
[Select whichever one of the 4 following provisions is correct, provide any required information and remove the provisions that have not been selected so that they do not appear in the form when the form is filed.]
-+
This family law case coming on for trial at , on , and on hearing , [add the following if applicable: the lawyer for] claimant 1 and , [add the following if applicable: the lawyer for] claimant 2, and on considering the evidence put forward [add the following if applicable: AND JUDGMENT being reserved to this date];
-+
This family law case coming on for hearing at on and on hearing and , and on considering the evidence put forward;
-+
This family law case coming on for summary trial under Rule 11-3 of the Supreme Court Family Rules at on , and on hearing and , and on considering the evidence put forward;
- This family law case coming on as an undefended family law case without an oral hearing under Rule 10-10 of the Supreme Court Family Rules, and on considering the evidence put forward; +
+ This family law case coming on as an undefended family law case + without an oral hearing under Rule 10-10 of the Supreme Court + Family Rules, and on considering the evidence put forward;
{% if 'A legal end to the marriage' in responses.want_which_orders|load_json %} -- THIS COURT ORDERS that -
+THIS COURT ORDERS that
-- Subject to section 12 of the Divorce Act (Canada), claimant 1, {% if responses.name_you %}{% 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 %}{% else %}{% endif %}, - and claimant 2, {% if responses.name_spouse %}{% 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 %}{% else %}{% endif %}, who were married at +
+ Subject to section 12 of the Divorce Act (Canada), claimant 1, + {% if responses.name_you %}{% 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 %}{% else %}{% endif %}, + and claimant 2, + {% if responses.name_spouse %}{% 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 %}{% else %}{% endif %}, + who were married at {% if responses.where_were_you_married_city and responses.where_were_you_married_country %} - {{responses.where_were_you_married_city}}, + {% required responses.where_were_you_married_city %}, {% if responses.where_were_you_married_prov %}{{responses.where_were_you_married_prov}},{% endif %} {% if responses.where_were_you_married_country == 'Other' %} - {{ responses.where_were_you_married_other_country }} + {% required responses.where_were_you_married_other_country %} {% else %} - {{responses.where_were_you_married_country}} + {% required responses.where_were_you_married_country %} {% endif %} {% else %}{% endif %} - on {% if responses.when_were_you_married %} {{ responses.when_were_you_married|date_formatter }} {% else %}{% endif %}, are divorced from each other, - the divorce to take effect on {% effective_date %}. + on + {% if responses.when_were_you_married %} + {{ responses.when_were_you_married|date_formatter }} + {% else %}{% endif %}, + are divorced from each other, the divorce to take effect on + {% effective_date %}.
{% endif %}