diff --git a/edivorce/apps/core/templates/dashboard/final_filing.html b/edivorce/apps/core/templates/dashboard/final_filing.html index 89a3b75b..5e67c325 100644 --- a/edivorce/apps/core/templates/dashboard/final_filing.html +++ b/edivorce/apps/core/templates/dashboard/final_filing.html @@ -67,7 +67,7 @@ {% endif %}

- Here you will file file (?) completed documents to the court registry. + Here you will {% include "partials/tooltips/file.html" %} completed documents to the court registry.

Missing a form required on this page? Check the @@ -126,42 +126,50 @@

  • {% include "partials/tooltips/joint_family_claim_1.html" with text="Notice of Joint Family Claim Form (F1)" %} signed by both you and your spouse
  • + {% if original_marriage_certificate == 'YES' %} +
  • {% include "partials/tooltips/proof_of_marriage.html" %}
  • +
  • {% include "partials/tooltips/affidavit_of_translation.html" %} sworn/affirmed by a translator + +
  • + {% endif %} +
  • {% include "partials/tooltips/joint_divorce_proceedings.html" %}
  • {% include "partials/tooltips/requisition_form_35.html" %} signed by both you and your spouse
  • {% include "partials/tooltips/draft_final_order_52.html" %} signed by both you and your spouse
  • {% include "partials/tooltips/certificate_of_pleading_36.html" %}
  • {% if derived.has_children_of_marriage %} -
  • {% include "partials/tooltips/form_child_support_37.html" %} sworn/affirmed by both you
  • +
  • {% include "partials/tooltips/form_child_support_37.html" %} sworn/affirmed by both you and your spouse
  • {% endif %}
  • {% include "partials/tooltips/form_desk_order_38.html" with text="Affidavit Desk Order Divorce (F38)" %} sworn/affirmed by - both you + both you and your spouse
  • {% if derived.has_children_of_marriage %}
  • {% include "partials/tooltips/agreement_to_annual_income_9.html" %}
  • {% endif %} - -

    Also ensure you bring the following additional documentation:

    -

    If you have other court orders or a written separation agreement, - they should also be attached to your Child Support Affidavit (F37). + they should also be attached to your + {% if derived.has_children_of_marriage %} + Child Support Affidavit (F37) + {% else %} + Affidavit — Desk Order Divorce Form (F38) + {% endif %} + .

    - If you are filing by mail, you’ll need to include a cheque made payable to BC Court Services - in the amount of $x.xx to cover the filing costs of your divorce. + If you are filing by mail, you’ll need to include a cheque made payable to BC Court Services. + The cost of filing your divorce will be $210. + Add $10 and a note to your filing if you would like the Registry to return stamped copies of your filing by mail.

    You have indicated that you will file at the following court registry: @@ -186,39 +194,47 @@

  • {% include "partials/tooltips/joint_family_claim_1.html" with text="Notice of Joint Family Claim Form (F1)" %} signed by both you and your spouse
  • + {% if original_marriage_certificate == 'YES' %} +
  • {% include "partials/tooltips/proof_of_marriage.html" %}
  • +
  • {% include "partials/tooltips/affidavit_of_translation.html" %} sworn/affirmed by a translator + +
  • + {% endif %} +
  • {% include "partials/tooltips/joint_divorce_proceedings.html" %}
  • {% include "partials/tooltips/requisition_form_35.html" %} signed by both you and your spouse
  • {% include "partials/tooltips/draft_final_order_52.html" %} signed by both you and your spouse
  • {% include "partials/tooltips/certificate_of_pleading_36.html" %}
  • {% if derived.has_children_of_marriage %} -
  • {% include "partials/tooltips/form_child_support_37.html" %} sworn/affirmed by both you
  • +
  • {% include "partials/tooltips/form_child_support_37.html" %} sworn/affirmed by you
  • {% endif %} -
  • {% include "partials/tooltips/form_desk_order_38.html" with text="Affidavit Desk Order Divorce (F38)" %} sworn/affirmed by - both you +
  • {% include "partials/tooltips/form_desk_order_38.html" with text="Affidavit Desk Order Divorce (F38)" %} + sworn/affirmed by you
  • {% if derived.has_children_of_marriage %}
  • {% include "partials/tooltips/agreement_to_annual_income_9.html" %}
  • {% endif %} - -

    Also ensure you bring the following additional documentation:

    -

    If you have other court orders or a written separation agreement, - they should also be attached to your Child Support Affidavit (F37). + they should also be attached to your + {% if derived.has_children_of_marriage %} + Child Support Affidavit (F37) + {% else %} + Affidavit — Desk Order Divorce Form (F38) + {% endif %} + .

    - If you are filing by mail, you’ll need to include a cheque made payable to BC Court Services - in the amount of $x.xx to cover the filing costs of your divorce. + If you are filing by mail, you’ll need to include a cheque made payable to BC Court Services. + The cost of filing your divorce will be $210. + Add $10 and a note to your filing if you would like the Registry to return stamped copies of your filing by mail.

    You have indicated that you will file at the following court registry: @@ -237,13 +253,18 @@ The following sworn/affirmed affidavits still remain to be filed:

    - If you are filing by mail, you’ll need to include a cheque made payable to BC Court Services - in the amount of $x.xx to cover the filing costs of your divorce. + The cost of filing your spouse’s portion of the divorce is free. + Include a cheque made payable to BC Court Services for $10 and a note to your filing + if your spouse would like the Registry to return stamped copies of your filing by mail. The documents must be filed using the {% include "partials/tooltips/court_file_number.html" %} that you received via e-mail. If you have not received a Court File Number then please check the @@ -282,7 +303,7 @@ {% block formbuttons %}

       Back - {% if how_to_file == 'Online' and final_filing_submitted != 'True'%} + {% if how_to_file == 'Online' and final_filing_submitted != 'True' %}     Submit Documents diff --git a/edivorce/apps/core/templates/dashboard/sign_file_options.html b/edivorce/apps/core/templates/dashboard/sign_file_options.html index 0c796413..5b2397ac 100644 --- a/edivorce/apps/core/templates/dashboard/sign_file_options.html +++ b/edivorce/apps/core/templates/dashboard/sign_file_options.html @@ -70,9 +70,9 @@

    Filing Options

    {% if where_were_you_married_country == 'Canada' %} -

    You can file (?) your application for divorce in different ways.

    +

    You can {% include "partials/tooltips/file.html" %} your application for divorce in different ways.

    {% endif %} -

    To file (?) your documents, you will need:

    +

    To {% include "partials/tooltips/file.html" %} your documents, you will need:

    {% if where_were_you_married_country == 'Canada' %}
    -

    Select how you would like to file (?) your documents:

    +

    Select how you would like to {% include "partials/tooltips/file.html" %} your documents: