Browse Source

Clean up form templates

pull/160/head
Charles Shin 8 years ago
parent
commit
f26ecfe2fe
5 changed files with 38 additions and 123 deletions
  1. +0
    -20
      edivorce/apps/core/templates/pdf/form35.html
  2. +0
    -5
      edivorce/apps/core/templates/pdf/form36.html
  3. +18
    -54
      edivorce/apps/core/templates/pdf/form38.html
  4. +17
    -19
      edivorce/apps/core/templates/pdf/form38_we.html
  5. +3
    -25
      edivorce/apps/core/templates/pdf/form52.html

+ 0
- 20
edivorce/apps/core/templates/pdf/form35.html View File

@ -43,10 +43,6 @@
REQUISITION REQUISITION
</h2> </h2>
<p hidden>
<em>[Rule 21-1 of the Supreme Court Family Rules applies to all forms.]</em>
</p>
</p> </p>
<p> <p>
<strong>Filed by:</strong> <span class="form-entry not-complete">[<em>party(ies)</em>]</span> <strong>Filed by:</strong> <span class="form-entry not-complete">[<em>party(ies)</em>]</span>
@ -61,10 +57,6 @@
<strong>FILED WITH THIS REQUISITION ARE:</strong> <strong>FILED WITH THIS REQUISITION ARE:</strong>
</p> </p>
<p hidden>
[<em>Check all of the following boxes and file the following with this requisition.</em>]
</p>
{% check_list source=responses.form35_dummy_requisition value='option1' as dummy_option %} {% check_list source=responses.form35_dummy_requisition value='option1' as dummy_option %}
<p class="schIndent1"> <p class="schIndent1">
<i class="fa {% if dummy_option %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> draft of the order sought; <i class="fa {% if dummy_option %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> draft of the order sought;
@ -82,19 +74,11 @@
<i class="fa {% if dummy_option %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> filing fee. <i class="fa {% if dummy_option %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> filing fee.
</p> </p>
<p hidden>
[<em>Check the following box and file the following with this requisition unless a response to family claim or response to counterclaim has been filed or unless this case is a joint family law case within the meaning of Rule 2-2 of the Supreme Court Family Rules</em>.]
</p>
{% check_list source=responses.form35_dummy_additional value='option1' as dummy_option %} {% check_list source=responses.form35_dummy_additional value='option1' as dummy_option %}
<p class="schIndent1"> <p class="schIndent1">
<i class="fa {% if dummy_option %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> proof of service of the notice of family claim or counterclaim, as the case may be. <i class="fa {% if dummy_option %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> proof of service of the notice of family claim or counterclaim, as the case may be.
</p> </p>
<p hidden>
[<em>Check the following box and file the following document with this requisition if</em>
</p>
<p class="schIndent1"> <p class="schIndent1">
<em>(a) the family law case includes a claim for divorce and the notice of family claim, response to family claim, counterclaim or response to counterclaim identifies a child of the marriage within the meaning of the <em>Divorce Act</em> (Canada), <em>(a) the family law case includes a claim for divorce and the notice of family claim, response to family claim, counterclaim or response to counterclaim identifies a child of the marriage within the meaning of the <em>Divorce Act</em> (Canada),
or or
@ -108,10 +92,6 @@
<i class="fa {% if dummy_option %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> Child Support Affidavit in Form F37. <i class="fa {% if dummy_option %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> Child Support Affidavit in Form F37.
</p> </p>
<p hidden>
[<em>Check the following box and file the following document with this requisition if a divorce is sought.</em>]
</p>
{% check_list source=responses.form35_dummy_additional value='option3' as dummy_option %} {% check_list source=responses.form35_dummy_additional value='option3' as dummy_option %}
<p class="schIndent1"> <p class="schIndent1">
<i class="fa {% if dummy_option %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> affidavit in Form F38. <i class="fa {% if dummy_option %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> affidavit in Form F38.


+ 0
- 5
edivorce/apps/core/templates/pdf/form36.html View File

@ -45,11 +45,6 @@
<tbody> <tbody>
<tr> <tr>
<td colspan="2"> <td colspan="2">
<p hidden>
<em>[Rule 21-1 of the Supreme Court Family Rules applies to all forms.]</em>
</p>
<p> <p>
I CERTIFY the pleadings and proceedings in this family law case are in order <br />[<em>add the following if applicable:</em> except that <span class="form-entry not-complete">&nbsp;</span>]. I CERTIFY the pleadings and proceedings in this family law case are in order <br />[<em>add the following if applicable:</em> except that <span class="form-entry not-complete">&nbsp;</span>].
</p> </p>


+ 18
- 54
edivorce/apps/core/templates/pdf/form38.html View File

@ -43,26 +43,12 @@
<p> <p>
Claimant: {% 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 %} Claimant: {% 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 %}
</p> </p>
<p hidden>
Claimant 1 [<em>joint family law case</em>]:
</p>
<p> <p>
Respondent: {% 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 %} Respondent: {% 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 %}
</p> </p>
<p hidden>
Claimant 2 [<em>joint family law case</em>]:
</p>
<p class="text-center"> <p class="text-center">
<strong>AFFIDAVIT - DESK ORDER DIVORCE</strong> <strong>AFFIDAVIT - DESK ORDER DIVORCE</strong>
</p> </p>
<div hidden>
<p class="text-center">
<em>[Rule 21-1 of the Supreme Court Family Rules applies to all forms.]</em>
</p>
<p>
<em>[Complete the form in accordance with the instructions found in the bracketed italicized wording and then remove all bracketed italicized wording so that it does not appear in the form when the form is filed.]</em>
</p>
</div>
<p> <p>
I, {% if responses.name_you %}{{ responses.name_you }}{% else %}<span class="form-entry not-complete">[<em>name</em>]</span>{% endif %}, of I, {% if responses.name_you %}{{ responses.name_you }}{% else %}<span class="form-entry not-complete">[<em>name</em>]</span>{% endif %}, of
{% 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_prov_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_prov_you and responses.address_to_send_official_document_country_you and responses.address_to_send_official_document_postal_code_you %}
@ -76,19 +62,10 @@
<p class="schIndent1"> <p class="schIndent1">
2 There is no possibility of reconciliation between my spouse and me. 2 There is no possibility of reconciliation between my spouse and me.
</p> </p>
<p hidden>
[<em>Select whichever one of the 2 following provisions is correct and remove the provision that has not been selected so that it does not appear in the form when the form is filed.</em>]
</p>
<p class="schIndent1"> <p class="schIndent1">
3 I believe that the facts set out in {% if responses.form38_dummy_facts == 'option1' %}the notice of family claim{% else %}the response to family claim and counterclaim{% endif %} are true. 3 I believe that the facts set out in {% if responses.form38_dummy_facts == 'option1' %}the notice of family claim{% else %}the response to family claim and counterclaim{% endif %} are true.
</p> </p>
<p hidden>
<em>[Select whichever one of the 2 following provisions is correct, provide any required information and remove the provision that has not been selected so that it does not appear in the form when the form is filed.]</em>
</p>
{% if responses.original_marriage_certificate == 'YES' %} {% if responses.original_marriage_certificate == 'YES' %}
<p class="schIndent1"> <p class="schIndent1">
4 The certificate of marriage or certified copy of the registration of marriage filed in this family law case fully and correctly describes the true particulars of the marriage. 4 The certificate of marriage or certified copy of the registration of marriage filed in this family law case fully and correctly describes the true particulars of the marriage.
@ -100,22 +77,17 @@
</p> </p>
{% endif %} {% endif %}
<p hidden>
<em>[Select whichever one of the 4 following provisions is correct, complete the selected provision and remove the provisions that have not been selected so that they do not appear in the form when the form is filed.]</em>
</p>
{% if responses.divorce_reason == 'live separate' %}
<p class="schIndent1">
5 <span hidden>[<em>Select this provision if the grounds for divorce are separation for more than one year.</em>]</span> I was living separate and apart from my spouse at the start of this family law case and I have lived separate and apart from my spouse since
{% if responses.separation_date %} {{ responses.separation_date }}{% else %} <span class="form-entry not-complete">[<em>dd/mmm/yyyy</em>]</span>{% endif %}, except:
{% multiple_values_to_list source=responses.reconciliation_period as periods %}
{% if periods != '[]' %}
{% for period in periods %}
{{ period }}
{% endfor %}
{% else %}<span class="form-entry not-complete">[<em>provide dates of any periods of attempted reconciliation</em>]</span>.{% endif %}
</p>
{% else %}
<p class="schIndent1">
5 I was living separate and apart from my spouse at the start of this family law case and I have lived separate and apart from my spouse since
{% if responses.separation_date %} {{ responses.separation_date }}{% else %} <span class="form-entry not-complete">[<em>dd/mmm/yyyy</em>]</span>{% endif %}, except:
{% multiple_values_to_list source=responses.reconciliation_period as periods %}
{% if periods != '[]' %}
{% for period in periods %}
{{ period }}
{% endfor %}
{% else %}<span class="form-entry not-complete">[<em>provide dates of any periods of attempted reconciliation</em>]</span>.{% endif %}
</p>
{% comment "This section is out of scope" %}
<p class="schIndent1"> <p class="schIndent1">
5 [<em>Select this provision if the grounds for divorce are adultery of a spouse and there has been an admission of adultery.</em>] My spouse has admitted to me that <span class="form-entry not-complete">[<em>he/she</em>]</span> committed the acts of adultery alleged in Schedule 5 [<em>Select this provision if the grounds for divorce are adultery of a spouse and there has been an admission of adultery.</em>] My spouse has admitted to me that <span class="form-entry not-complete">[<em>he/she</em>]</span> committed the acts of adultery alleged in Schedule
1 of the <span class="form-entry not-complete">[<em>notice of family claim/counterclaim</em>]</span> and 1 of the <span class="form-entry not-complete">[<em>notice of family claim/counterclaim</em>]</span> and
@ -141,20 +113,15 @@
<p class="schIndent1"> <p class="schIndent1">
5 [<em>Select this provision if the grounds for divorce are physical or mental cruelty of a spouse.</em>] My spouse has treated me with physical or mental cruelty since the date of the marriage as follows: <span class="form-entry not-complete">&nbsp;</span>[<em>provide details</em>]<span class="form-entry not-complete">&nbsp;</span> 5 [<em>Select this provision if the grounds for divorce are physical or mental cruelty of a spouse.</em>] My spouse has treated me with physical or mental cruelty since the date of the marriage as follows: <span class="form-entry not-complete">&nbsp;</span>[<em>provide details</em>]<span class="form-entry not-complete">&nbsp;</span>
</p> </p>
{% endif %}
{% endcomment %}
<p class="schIndent1"> <p class="schIndent1">
6 I am neither directly nor indirectly a party to an agreement or conspiracy for the purpose of subverting the administration of justice, or to any agreement, understanding or arrangement to fabricate or suppress evidence or to deceive the court. 6 I am neither directly nor indirectly a party to an agreement or conspiracy for the purpose of subverting the administration of justice, or to any agreement, understanding or arrangement to fabricate or suppress evidence or to deceive the court.
</p> </p>
<p hidden>
[<em>Select whichever one of the 2 following provisions is correct, provide any required information and remove the provision that has not been selected so that it does not appear in the form when the form is filed.</em>]
<p class="schIndent1">
7 There are no children of the marriage as defined by the <em>Divorce Act</em> (Canada).
</p> </p>
{% if responses.children_of_marriage == 'NO' %}
<p class="schIndent1">
7 There are no children of the marriage as defined by the <em>Divorce Act</em> (Canada).
</p>
{% else %}
{% comment "This section is out of scope" %}
<p class="schIndent1"> <p class="schIndent1">
7 There are children of the marriage as defined by the <em>Divorce Act</em> (Canada) and 7 There are children of the marriage as defined by the <em>Divorce Act</em> (Canada) and
</p> </p>
@ -167,18 +134,15 @@
<p class="schIndent2"> <p class="schIndent2">
(c) the following arrangements for parenting have been made: <span class="form-entry not-complete">&nbsp;</span>[<em>provide details</em>]<span class="form-entry not-complete">&nbsp;</span> . (c) the following arrangements for parenting have been made: <span class="form-entry not-complete">&nbsp;</span>[<em>provide details</em>]<span class="form-entry not-complete">&nbsp;</span> .
</p> </p>
{% endif %}
{% endcomment %}
<p hidden>
<em>[Select and complete the following provision if you are seeking a change of name for yourself. If you are not seeking a change of name for yourself, remove this provision so that it does not appear in the form when the form is filed.]</em>
</p>
{% if responses.form38_dummy_new_name %} {% if responses.form38_dummy_new_name %}
<p class="schIndent1"> <p class="schIndent1">
8 Pursuant to section 5 of the <em>Name Act</em>, I am seeking to change my name from {% if responses.name_you %}{{ responses.name_you }}{% else %}<span class="form-entry not-complete">&nbsp;</span>{% endif %} to {% if responses.form38_dummy_new_name %}{{ responses.form38_dummy_new_name }}{% else %}<span class="form-entry not-complete">&nbsp;</span>{% endif %}. This application for a name change relates only to myself. 8 Pursuant to section 5 of the <em>Name Act</em>, I am seeking to change my name from {% if responses.name_you %}{{ responses.name_you }}{% else %}<span class="form-entry not-complete">&nbsp;</span>{% endif %} to {% if responses.form38_dummy_new_name %}{{ responses.form38_dummy_new_name }}{% else %}<span class="form-entry not-complete">&nbsp;</span>{% endif %}. This application for a name change relates only to myself.
</p> </p>
{% endif %} {% endif %}
<div hidden>
{% comment "This section is out of scope" %}
<p> <p>
<em>[Select and complete the following provision if you are seeking a change of name for one or more minor children. If you are not seeking a change of name for one or more minor children, remove this provision so that it does not appear in the form when the form is filed. Renumber this provision as section 8 if you are seeking a change of name for one or more minor children and have not included a section 8 immediately before this provision.]</em> <em>[Select and complete the following provision if you are seeking a change of name for one or more minor children. If you are not seeking a change of name for one or more minor children, remove this provision so that it does not appear in the form when the form is filed. Renumber this provision as section 8 if you are seeking a change of name for one or more minor children and have not included a section 8 immediately before this provision.]</em>
</p> </p>
@ -190,7 +154,7 @@
<p class="schIndent2"> <p class="schIndent2">
from <span class="form-entry not-complete">&nbsp;</span> to: <span class="form-entry not-complete">&nbsp;</span> from <span class="form-entry not-complete">&nbsp;</span> to: <span class="form-entry not-complete">&nbsp;</span>
</p> </p>
</div>
{% endcomment %}
<table class="table table-bordered"> <table class="table table-bordered">
<tbody> <tbody>


+ 17
- 19
edivorce/apps/core/templates/pdf/form38_we.html View File

@ -87,18 +87,17 @@
</p> </p>
{% endif %} {% endif %}
{% if responses.divorce_reason == 'live separate' %}
<p class="schIndent1">
5 Claimant 1 and claimant 2 were living separate and apart from each other at the start of this family law case and claimant 1 and claimant 2 have lived separate and apart from each other since
{% if responses.separation_date %} {{ responses.separation_date }}{% else %} <span class="form-entry not-complete">[<em>dd/mmm/yyyy</em>]</span>{% endif %}, except:
{% multiple_values_to_list source=responses.reconciliation_period as periods %}
{% if periods != '[]' %}
{% for period in periods %}
{{ period }}
{% endfor %}
{% else %}<span class="form-entry not-complete">[<em>provide dates of any periods of attempted reconciliation</em>]</span>.{% endif %}
</p>
{% else %}
<p class="schIndent1">
5 Claimant 1 and claimant 2 were living separate and apart from each other at the start of this family law case and claimant 1 and claimant 2 have lived separate and apart from each other since
{% if responses.separation_date %} {{ responses.separation_date }}{% else %} <span class="form-entry not-complete">[<em>dd/mmm/yyyy</em>]</span>{% endif %}, except:
{% multiple_values_to_list source=responses.reconciliation_period as periods %}
{% if periods != '[]' %}
{% for period in periods %}
{{ period }}
{% endfor %}
{% else %}<span class="form-entry not-complete">[<em>provide dates of any periods of attempted reconciliation</em>]</span>.{% endif %}
</p>
{% comment "This section is out of scope" %}
<p class="schIndent1"> <p class="schIndent1">
5 [<em>Select this provision if the grounds for divorce are adultery of a spouse and there has been an admission of adultery.</em>] My spouse has admitted to me that <span class="form-entry not-complete">[<em>he/she</em>]</span> committed the acts of adultery alleged in Schedule 5 [<em>Select this provision if the grounds for divorce are adultery of a spouse and there has been an admission of adultery.</em>] My spouse has admitted to me that <span class="form-entry not-complete">[<em>he/she</em>]</span> committed the acts of adultery alleged in Schedule
1 of the <span class="form-entry not-complete">[<em>notice of family claim/counterclaim</em>]</span> and 1 of the <span class="form-entry not-complete">[<em>notice of family claim/counterclaim</em>]</span> and
@ -124,16 +123,15 @@
<p class="schIndent1"> <p class="schIndent1">
5 [<em>Select this provision if the grounds for divorce are physical or mental cruelty of a spouse.</em>] My spouse has treated me with physical or mental cruelty since the date of the marriage as follows: <span class="form-entry not-complete">&nbsp;</span>[<em>provide details</em>]<span class="form-entry not-complete">&nbsp;</span> 5 [<em>Select this provision if the grounds for divorce are physical or mental cruelty of a spouse.</em>] My spouse has treated me with physical or mental cruelty since the date of the marriage as follows: <span class="form-entry not-complete">&nbsp;</span>[<em>provide details</em>]<span class="form-entry not-complete">&nbsp;</span>
</p> </p>
{% endif %}
{% endcomment %}
<p class="schIndent1"> <p class="schIndent1">
6 We are neither directly nor indirectly a party to an agreement or conspiracy for the purpose of subverting the administration of justice, or to any agreement, understanding or arrangement to fabricate or suppress evidence or to deceive the court. 6 We are neither directly nor indirectly a party to an agreement or conspiracy for the purpose of subverting the administration of justice, or to any agreement, understanding or arrangement to fabricate or suppress evidence or to deceive the court.
</p> </p>
{% if responses.children_of_marriage == 'NO' %}
<p class="schIndent1">
7 There are no children of the marriage as defined by the <em>Divorce Act</em> (Canada).
</p>
{% else %}
<p class="schIndent1">
7 There are no children of the marriage as defined by the <em>Divorce Act</em> (Canada).
</p>
{% comment "This section is out of scope" %}
<p class="schIndent1"> <p class="schIndent1">
7 There are children of the marriage as defined by the <em>Divorce Act</em> (Canada) and 7 There are children of the marriage as defined by the <em>Divorce Act</em> (Canada) and
</p> </p>
@ -146,7 +144,7 @@
<p class="schIndent2"> <p class="schIndent2">
(c) the following arrangements for parenting have been made: <span class="form-entry not-complete">&nbsp;</span>[<em>provide details</em>]<span class="form-entry not-complete">&nbsp;</span> . (c) the following arrangements for parenting have been made: <span class="form-entry not-complete">&nbsp;</span>[<em>provide details</em>]<span class="form-entry not-complete">&nbsp;</span> .
</p> </p>
{% endif %}
{% endcomment %}
<!-- TODO Confirm how to ask and decide his/her --> <!-- TODO Confirm how to ask and decide his/her -->
{% if responses.form38_dummy_new_name %} {% if responses.form38_dummy_new_name %}


+ 3
- 25
edivorce/apps/core/templates/pdf/form52.html View File

@ -41,17 +41,6 @@
FINAL ORDER FINAL ORDER
</h2> </h2>
<div hidden>
<p>
<em>[Rule 21-1 of the Supreme Court Family Rules applies to all forms.]</em>
</p>
</p>
<p>
<em>[Complete the form in accordance with the instructions found in the bracketed italicized wording and then remove all bracketed italicized wording so that it does not appear in the form when the form is filed.]</em>
</p>
</div>
<table class="table table-bordered"> <table class="table table-bordered">
<tbody> <tbody>
<tr> <tr>
@ -64,8 +53,8 @@
</tbody> </tbody>
</table> </table>
<!-- Not in use -->
<div hidden>
{% comment "This section is out of scope" %}
<div>
<p> <p>
<em>[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.]</em> <em>[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.]</em>
</p> </p>
@ -82,6 +71,7 @@
and on considering the evidence put forward; and on considering the evidence put forward;
</p> </p>
</div> </div>
{% endcomment %}
<p class="schIndent1"> <p class="schIndent1">
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;
@ -90,10 +80,6 @@
THIS COURT ORDERS that THIS COURT ORDERS that
</p> </p>
<p hidden>
<em>[If a divorce is granted, select whichever one of the 2 following provisions is correct, complete the selected provision and remove the provision that has not been selected so that it does not appear in the form when the form is filed. If a divorce is not granted, remove both of the following provisions so that they do not appear in the form when the form is filed.]</em>
</p>
<p class="schIndent1"> <p class="schIndent1">
Subject to section 12 of the <em>Divorce Act</em> (Canada), the claimant, {% if responses.name_you %}{{name_you}}{% else %}<span class="form-entry not-complete">[<em>name</em>]</span>{% endif %}, and the respondent, {% if responses.name_spouse %}{{ name_spouse }}{% else %}<span class="form-entry not-complete">[<em>name</em>]</span>{% endif %}, who were married at Subject to section 12 of the <em>Divorce Act</em> (Canada), the claimant, {% if responses.name_you %}{{name_you}}{% else %}<span class="form-entry not-complete">[<em>name</em>]</span>{% endif %}, and the respondent, {% if responses.name_spouse %}{{ name_spouse }}{% else %}<span class="form-entry not-complete">[<em>name</em>]</span>{% endif %}, who were married at
{% if responses.where_were_you_married_city and responses.where_were_you_married_prov and responses.where_were_you_married_country %} {% if responses.where_were_you_married_city and responses.where_were_you_married_prov and responses.where_were_you_married_country %}
@ -112,10 +98,6 @@
THIS COURT ORDERS that THIS COURT ORDERS that
</p> </p>
<p hidden>
<em>[If orders other than or in addition to divorce orders are made, set out, in numbered paragraphs, the terms of all orders other than divorce orders.] [If any of the following orders are by consent, indicate that fact by adding the words "By consent," to the beginning of the description of the order.] [For each order, if any, made for custody, parenting arrangements, child support or spousal support, indicate whether the order is made under the Divorce Act or the Family Law Act.] [If no orders other than divorce orders are made, remove this provision so that it does not appear in the form when the form is filed.] </em>
</p>
<p class="schIndent1"> <p class="schIndent1">
1 <span class="form-entry not-complete">&nbsp;</span> 1 <span class="form-entry not-complete">&nbsp;</span>
</p> </p>
@ -129,10 +111,6 @@
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: 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:
</p> </p>
<p hidden>
<em>[A signature line in the following form must be completed and signed by or for each approving party.]</em>
</p>
<table class="table table-bordered"> <table class="table table-bordered">
<tr> <tr>
<td> <td>


Loading…
Cancel
Save