Browse Source

Reverted to full fontawesome package to fix weasyprint incompatability

pull/160/head
Foley Lynn 8 years ago
parent
commit
7c22b88a50
4 changed files with 50 additions and 80 deletions
  1. +0
    -31
      edivorce/apps/core/static/css/weasyprint.css
  2. +40
    -39
      edivorce/apps/core/templates/pdf/form1.html
  3. +8
    -8
      edivorce/apps/core/templates/pdf/form35.html
  4. +2
    -2
      edivorce/apps/core/templates/pdf/form52.html

+ 0
- 31
edivorce/apps/core/static/css/weasyprint.css View File

@ -1,34 +1,3 @@
/*** Slimmed down Font-Awesome icons, thanks to http://fontello.com ***/
@font-face {
font-family: 'fa-slim';
src: url('../fonts/fa-slim.eot?98608185');
src: url('../fonts/fa-slim.eot?98608185#iefix') format('embedded-opentype'),
url('../fonts/fa-slim.woff?98608185') format('woff'),
url('../fonts/fa-slim.ttf?98608185') format('truetype'),
url('../fonts/fa-slim.svg?98608185#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
font-family: "fa-slim";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/*** end font awesome ***/
@media screen {
.print-wrapper {
font-size: 15px;


+ 40
- 39
edivorce/apps/core/templates/pdf/form1.html View File

@ -12,6 +12,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="{{ css_root }}/static/css/bootstrap-slim.min.css">
<link rel="stylesheet" type="text/css" href="{{ css_root }}/static/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="{{ css_root }}/static/css/weasyprint.css" />
</head>
@ -48,23 +49,23 @@
<td colspan="2"> Claimant 1 and Claimant 2: </td>
</tr>
<tr>
<td><i class="fa {% if responses.when_were_you_live_married_like %} icon-check">&#xe800;</i>{% else %} icon-check-empty">&#xf096;</i> {% endif %} began to live together in a marriage-like relationship on [<em>dd/mm/yyyy</em>]</td>
<td><i class="fa {% if responses.when_were_you_live_married_like %} fa-check-square-o" aria-hidden="true"></i>{% else %} fa-square-o" aria-hidden="true"></i> {% endif %} began to live together in a marriage-like relationship on [<em>dd/mm/yyyy</em>]</td>
<td colname="c2"> {% if responses.when_were_you_live_married_like %} {{ responses.when_were_you_live_married_like }} {% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %}</td>
</tr>
<tr>
<td><i class="fa {% if responses.when_were_you_married %} icon-check">&#xe800;</i> {% else %} icon-check-empty">&#xf096;</i> {% endif %} were married on [<em>dd/mm/yyyy</em>]</td>
<td><i class="fa {% if responses.when_were_you_married %} fa-check-square-o" aria-hidden="true"></i> {% else %} fa-square-o" aria-hidden="true"></i> {% endif %} were married on [<em>dd/mm/yyyy</em>]</td>
<td colname="c2"> {% if responses.when_were_you_married %} {{ responses.when_were_you_married }} {% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %}</td>
</tr>
<tr>
<td><i class="fa {% if responses.separation_date %} icon-check">&#xe800;</i>{% else %} icon-check-empty">&#xf096;</i> {% endif %} separated on </td>
<td><i class="fa {% if responses.separation_date %} fa-check-square-o" aria-hidden="true"></i>{% else %} fa-square-o" aria-hidden="true"></i> {% endif %} separated on </td>
<td colname="c2"> {% if responses.separation_date %} {{ responses.separation_date }} {% else %} <span class="form-entry not-complete">&nbsp;</span> [<em>dd/mmm/yyyy</em>]{% endif %} </td>
</tr>
<tr>
<td><i class="fa icon-check-empty">&#xf096;</i> were divorced from each other by order made on [<em>dd/mm/yyyy</em>]</td>
<td><i class="fa fa-square-o" aria-hidden="true"></i> were divorced from each other by order made on [<em>dd/mm/yyyy</em>]</td>
<td colname="c2"> <span class="form-entry not-complete">&nbsp;</span></td>
</tr>
<tr>
<td><i class="fa icon-check-empty">&#xf096;</i> were never married </td>
<td><i class="fa fa-square-o" aria-hidden="true"></i> were never married </td>
<td colname="c2"> </td>
</tr>
</tbody>
@ -75,7 +76,7 @@
<table class="table table-bordered">
<tbody>
<tr>
<td colspan="3"> <i class="fa icon-check-empty">&#xf096;</i> Claimant 1 and Claimant 2 are asking for a divorce order. </td>
<td colspan="3"> <i class="fa fa-square-o" aria-hidden="true"></i> Claimant 1 and Claimant 2 are asking for a divorce order. </td>
</tr>
<tr>
<td colspan="3"> <strong> A Personal information: </strong> </td>
@ -114,14 +115,14 @@
<tr>
<td valign="top"> Marital status immediately before marriage: </td>
<td colname="c2">
<p><i class="fa {% if responses.marital_status_before_you == 'Never married' %} icon-check">&#xe800;</i>{% else %} icon-check-empty">&#xf096;</i> {% endif %} never married</p>
<p><i class="fa {% if responses.marital_status_before_you == 'Divorced' %} icon-check">&#xe800;</i>{% else %} icon-check-empty">&#xf096;</i> {% endif %} divorced</p>
<p><i class="fa {% if responses.marital_status_before_you == 'Widowed' %} icon-check">&#xe800;</i>{% else %} icon-check-empty">&#xf096;</i> {% endif %} widowed</p>
<p><i class="fa {% if responses.marital_status_before_you == 'Never married' %} fa-check-square-o" aria-hidden="true"></i>{% else %} fa-square-o" aria-hidden="true"></i> {% endif %} never married</p>
<p><i class="fa {% if responses.marital_status_before_you == 'Divorced' %} fa-check-square-o" aria-hidden="true"></i>{% else %} fa-square-o" aria-hidden="true"></i> {% endif %} divorced</p>
<p><i class="fa {% if responses.marital_status_before_you == 'Widowed' %} fa-check-square-o" aria-hidden="true"></i>{% else %} fa-square-o" aria-hidden="true"></i> {% endif %} widowed</p>
</td>
<td colname="c3">
<p><i class="fa {% if responses.marital_status_before_spouse == 'Never married' %} icon-check">&#xe800;</i>{% else %} icon-check-empty">&#xf096;</i> {% endif %} never married</p>
<p><i class="fa {% if responses.marital_status_before_spouse == 'Divorced' %} icon-check">&#xe800;</i>{% else %} icon-check-empty">&#xf096;</i> {% endif %} divorced</p>
<p><i class="fa {% if responses.marital_status_before_spouse == 'Widowed' %} icon-check">&#xe800;</i>{% else %} icon-check-empty">&#xf096;</i> {% endif %} widowed</p>
<p><i class="fa {% if responses.marital_status_before_spouse == 'Never married' %} fa-check-square-o" aria-hidden="true"></i>{% else %} fa-square-o" aria-hidden="true"></i> {% endif %} never married</p>
<p><i class="fa {% if responses.marital_status_before_spouse == 'Divorced' %} fa-check-square-o" aria-hidden="true"></i>{% else %} fa-square-o" aria-hidden="true"></i> {% endif %} divorced</p>
<p><i class="fa {% if responses.marital_status_before_spouse == 'Widowed' %} fa-check-square-o" aria-hidden="true"></i>{% else %} fa-square-o" aria-hidden="true"></i> {% endif %} widowed</p>
</td>
</tr>
<tr>
@ -140,16 +141,16 @@
<td colspan="2"> <strong> B Grounds for claim for divorce: </strong><br />[<em>If divorce is claimed as a result of having lived separate and apart, complete paragraph (i).</em>] </td>
</tr>
<tr>
<td colspan="2"> (i) <i class="fa {% if responses.separation_date %} icon-check">&#xe800;</i>{% else %} icon-check-empty">&#xf096;</i> {% endif %} Claimant 1 and Claimant 2 have lived separate and apart since {% if responses.separation_date %} {{ responses.separation_date }} {% else %} <span class="form-entry not-complete">&nbsp;</span> [dd/mm/yyyy]{% endif %}</td>
<td colspan="2"> (i) <i class="fa {% if responses.separation_date %} fa-check-square-o" aria-hidden="true"></i>{% else %} fa-square-o" aria-hidden="true"></i> {% endif %} Claimant 1 and Claimant 2 have lived separate and apart since {% if responses.separation_date %} {{ responses.separation_date }} {% else %} <span class="form-entry not-complete">&nbsp;</span> [dd/mm/yyyy]{% endif %}</td>
</tr>
<tr>
<td colspan="2"> <strong> AND </strong ><br /><em> [Check whichever one of the following boxes is correct and complete any required information.] </em> </td>
</tr>
<tr>
<td colspan="2"> <i class="fa {% if responses.try_reconcile_after_separated == 'NO' %} icon-check">&#xe800;</i>{% else %} icon-check-empty">&#xf096;</i> {% endif %} Claimant 1 and Claimant 2 have not lived together since then </td>
<td colspan="2"> <i class="fa {% if responses.try_reconcile_after_separated == 'NO' %} fa-check-square-o" aria-hidden="true"></i>{% else %} fa-square-o" aria-hidden="true"></i> {% endif %} Claimant 1 and Claimant 2 have not lived together since then </td>
</tr>
<tr>
<td colspan="2"> <i class="fa {% if responses.try_reconcile_after_separated == 'YES' %} icon-check">&#xe800;</i>{% else %} icon-check-empty">&#xf096;</i> {% endif %} Claimant 1 and Claimant 2 have lived together again during the following period(s), in an unsuccessful attempt to reconcile: [<em>give dates of period(s)</em>] </td>
<td colspan="2"> <i class="fa {% if responses.try_reconcile_after_separated == 'YES' %} fa-check-square-o" aria-hidden="true"></i>{% else %} fa-square-o" aria-hidden="true"></i> {% endif %} Claimant 1 and Claimant 2 have lived together again during the following period(s), in an unsuccessful attempt to reconcile: [<em>give dates of period(s)</em>] </td>
</tr>
<tr>
<td><p>From: <span class="form-entry not-complete">&nbsp;</span></p> <p>From: <span class="form-entry not-complete">&nbsp;</span></p> <p>From: <span class="form-entry not-complete">&nbsp;</span></p></td>
@ -159,12 +160,12 @@
<td colspan="2"> [<em>If divorce is claimed on grounds other than having lived separate and apart, complete paragraph (ii) by checking both of the following boxes and completing the required information.</em>] </td>
</tr>
<tr>
<td colspan="2"> (ii) <i class="fa icon-check-empty">&#xf096;</i> <strong> Other grounds </strong> , under section 8 (2) (b) of the <em> Divorce Act </em> (Canada): <span class="form-entry form-textarea not-complete">&nbsp;</span>
<td colspan="2"> (ii) <i class="fa fa-square-o" aria-hidden="true"></i> <strong> Other grounds </strong> , under section 8 (2) (b) of the <em> Divorce Act </em> (Canada): <span class="form-entry form-textarea not-complete">&nbsp;</span>
<p class="text-center">[<em>state the grounds</em>]</p>
</td>
</tr>
<tr>
<td colspan="2"> <strong> AND </strong> <br /><i class="fa icon-check-empty">&#xf096;</i> There has been no condonation of any act relied on under section 8 (2) (b) of the <em> Divorce Act </em> (Canada) as a ground for divorce.</td>
<td colspan="2"> <strong> AND </strong> <br /><i class="fa fa-square-o" aria-hidden="true"></i> There has been no condonation of any act relied on under section 8 (2) (b) of the <em> Divorce Act </em> (Canada) as a ground for divorce.</td>
</tr>
</tbody>
</table>
@ -174,10 +175,10 @@
<td colspan="2"> <strong> C Claimant 1 and Claimant 2 confirm that: </strong> [<em>Check both of the following boxes.</em>] </td>
</tr>
<tr>
<td colspan="2"> <i class="fa {% if responses.no_reconciliation_possible == 'agree' %} icon-check">&#xe800;</i>{% else %} icon-check-empty">&#xf096;</i> {% endif %} There is no possibility of reconciliation. </td>
<td colspan="2"> <i class="fa {% if responses.no_reconciliation_possible == 'agree' %} fa-check-square-o" aria-hidden="true"></i>{% else %} fa-square-o" aria-hidden="true"></i> {% endif %} There is no possibility of reconciliation. </td>
</tr>
<tr>
<td colspan="2"> <i class="fa {% if responses.no_collusion == 'agree' %} icon-check">&#xe800;</i>{% else %} icon-check-empty">&#xf096;</i> {% endif %} There has been no collusion, as defined in section 11 (4) of the <em> Divorce Act </em> (Canada), in relation to this claim for divorce. </td>
<td colspan="2"> <i class="fa {% if responses.no_collusion == 'agree' %} fa-check-square-o" aria-hidden="true"></i>{% else %} fa-square-o" aria-hidden="true"></i> {% endif %} There has been no collusion, as defined in section 11 (4) of the <em> Divorce Act </em> (Canada), in relation to this claim for divorce. </td>
</tr>
</tbody>
</table>
@ -187,17 +188,17 @@
<td colspan="2"> <strong> D Proof of marriage: </strong><br />[<em>Check whichever one of the following boxes is correct and complete any required information.</em>] </td>
</tr>
<tr>
<td colspan="2"> <i class="fa {% if responses.original_marriage_certificate == 'YES' %} icon-check">&#xe800;</i>{% else %} icon-check-empty">&#xf096;</i> {% endif %} A certificate of marriage or registration of marriage has been filed. </td>
<td colspan="2"> <i class="fa {% if responses.original_marriage_certificate == 'YES' %} fa-check-square-o" aria-hidden="true"></i>{% else %} fa-square-o" aria-hidden="true"></i> {% endif %} A certificate of marriage or registration of marriage has been filed. </td>
</tr>
<tr>
<td colspan="2"> <i class="fa {% if responses.original_marriage_certificate == 'NO' and responses.provide_certificate_later == 'YES' %} icon-check">&#xe800;</i>{% else %} icon-check-empty">&#xf096;</i> {% endif %} A certificate of marriage or registration of marriage is not being filed with this notice of joint family claim because
<td colspan="2"> <i class="fa {% if responses.original_marriage_certificate == 'NO' and responses.provide_certificate_later == 'YES' %} fa-check-square-o" aria-hidden="true"></i>{% else %} fa-square-o" aria-hidden="true"></i> {% endif %} A certificate of marriage or registration of marriage is not being filed with this notice of joint family claim because
<span class="form-entry form-textarea not-complete">{% if responses.provide_certificate_later_reason and responses.original_marriage_certificate == 'NO' and responses.provide_certificate_later == 'YES' %} {{ responses.provide_certificate_later_reason }}</span> {% else %} &nbsp;</span> {% endif %}
<p class="text-center">[<em>state the reasons</em>] </p>
<p>and the certificate will be filed before this claim is set down for trial or an application is made for an order of divorce.</p>
</td>
</tr>
<tr>
<td colspan="2"> <i class="fa {% if responses.original_marriage_certificate == 'NO' and not responses.provide_certificate_later == 'YES' %} icon-check">&#xe800;</i>{% else %} icon-check-empty">&#xf096;</i> {% endif %} It is impossible to obtain a certificate of marriage or registration of marriage because:
<td colspan="2"> <i class="fa {% if responses.original_marriage_certificate == 'NO' and not responses.provide_certificate_later == 'YES' %} fa-check-square-o" aria-hidden="true"></i>{% else %} fa-square-o" aria-hidden="true"></i> {% endif %} It is impossible to obtain a certificate of marriage or registration of marriage because:
<span class="form-entry form-textarea not-complete">&nbsp;{% if responses.not_provide_certificate_reason and responses.original_marriage_certificate == 'NO' and not responses.provide_certificate_later == 'YES' %} {{ responses.not_provide_certificate_reason }}</span> {% else %} &nbsp;</span> {% endif %}
<p class="text-center">[<em>state the reasons</em>]</p>
</td>
@ -214,13 +215,13 @@
<td> <strong> Children: </strong> [<em>Check whichever one of the following boxes is correct and complete any required information.</em>] </td>
</tr>
<tr>
<td><i class="fa {% if responses.children_of_marriage == 'NO' %} icon-check">&#xe800;</i>{% else %} icon-check-empty">&#xf096;</i> {% endif %} There are no children of the marriage, as defined by the <em> Divorce Act </em> (Canada), or children of whom Claimant 1 and Claimant 2 are parents within the meaning of the <em> Family Law Act </em> . </td>
<td><i class="fa {% if responses.children_of_marriage == 'NO' %} fa-check-square-o" aria-hidden="true"></i>{% else %} fa-square-o" aria-hidden="true"></i> {% endif %} There are no children of the marriage, as defined by the <em> Divorce Act </em> (Canada), or children of whom Claimant 1 and Claimant 2 are parents within the meaning of the <em> Family Law Act </em> . </td>
</tr>
<tr>
<td align="center"> [OR] </td>
</tr>
<tr>
<td> <i class="fa {% if responses.children_of_marriage == 'YES' %} icon-check">&#xe800;</i>{% else %} icon-check-empty">&#xf096;</i> {% endif %} There are children of the marriage, as defined by the <em> Divorce Act </em> (Canada), or children of whom Claimant 1 and Claimant 2 are parents within the meaning of the <em> Family Law Act </em> , and those children are: </td>
<td> <i class="fa {% if responses.children_of_marriage == 'YES' %} fa-check-square-o" aria-hidden="true"></i>{% else %} fa-square-o" aria-hidden="true"></i> {% endif %} There are children of the marriage, as defined by the <em> Divorce Act </em> (Canada), or children of whom Claimant 1 and Claimant 2 are parents within the meaning of the <em> Family Law Act </em> , and those children are: </td>
</tr>
<tr>
<td>
@ -261,7 +262,7 @@
<table class="table table-bordered">
<tbody>
<tr>
<td colname="c2"> A <i class="fa icon-check-empty">&#xf096;</i> Claimant 1 and Claimant 2 are asking for the following order respecting arrangements for parenting or contact: <span class="form-entry form-textarea not-complete">&nbsp;</span>
<td colname="c2"> A <i class="fa fa-square-o" aria-hidden="true"></i> Claimant 1 and Claimant 2 are asking for the following order respecting arrangements for parenting or contact: <span class="form-entry form-textarea not-complete">&nbsp;</span>
<p
class="text-center">
[<em>set out terms of proposed order</em>]
@ -269,17 +270,17 @@
</td>
</tr>
<tr>
<td colname="c2"> B <i class="fa icon-check-empty">&#xf096;</i> Claimant 1 and Claimant 2 are asking for an order for child support as follows: <span class="form-entry form-textarea not-complete">&nbsp;</span>
<td colname="c2"> B <i class="fa fa-square-o" aria-hidden="true"></i> Claimant 1 and Claimant 2 are asking for an order for child support as follows: <span class="form-entry form-textarea not-complete">&nbsp;</span>
<p class="text-center">
[<em>set out terms of proposed order</em>]
</p>
</td>
</tr>
<tr>
<td colname="c2"> C <i class="fa icon-check-empty">&#xf096;</i> Claimant 1 and Claimant 2 are asking for the orders under paragraphs A and B of this section under the following statute(s): <em> [Check one or both of the following boxes, as applicable.] </em> </td>
<td colname="c2"> C <i class="fa fa-square-o" aria-hidden="true"></i> Claimant 1 and Claimant 2 are asking for the orders under paragraphs A and B of this section under the following statute(s): <em> [Check one or both of the following boxes, as applicable.] </em> </td>
</tr>
<tr>
<td> <i class="fa icon-check-empty">&#xf096;</i> the <em> Divorce Act </em> (Canada) <i class="fa icon-check-empty">&#xf096;</i> the <em> Family Law Act </em> </td>
<td> <i class="fa fa-square-o" aria-hidden="true"></i> the <em> Divorce Act </em> (Canada) <i class="fa fa-square-o" aria-hidden="true"></i> the <em> Family Law Act </em> </td>
</tr>
</tbody>
</table>
@ -290,7 +291,7 @@
<table class="table table-bordered">
<tbody>
<tr>
<td colname="c2"> <i class="fa {% if responses.spouse_support_details %} icon-check">&#xe800;</i>{% else %} icon-check-empty">&#xf096;</i> {% endif %} Claimant 1 and Claimant 2 are asking for an order for spousal support as follows:
<td colname="c2"> <i class="fa {% if responses.spouse_support_details %} fa-check-square-o" aria-hidden="true"></i>{% else %} fa-square-o" aria-hidden="true"></i> {% endif %} Claimant 1 and Claimant 2 are asking for an order for spousal support as follows:
<span class="form-entry form-textarea not-complete">{% if responses.spouse_support_details %} {{responses.spouse_support_details }} {% else %} &nbsp; {% endif %}</span>
<p class="text-center">
[<em>set out terms of proposed order</em>]
@ -298,11 +299,11 @@
</td>
</tr>
<tr>
<td colname="c2"> <i class="fa {% if responses.spouse_support_act %} icon-check">&#xe800;</i>{% else %} icon-check-empty">&#xf096;</i> {% endif %} Claimant 1 and Claimant 2 are asking for an order for spousal support under [<em>Check one or both of the following boxes, as applicable.</em>] </td>
<td colname="c2"> <i class="fa {% if responses.spouse_support_act %} fa-check-square-o" aria-hidden="true"></i>{% else %} fa-square-o" aria-hidden="true"></i> {% endif %} Claimant 1 and Claimant 2 are asking for an order for spousal support under [<em>Check one or both of the following boxes, as applicable.</em>] </td>
</tr>
<tr>
<td> <i class="fa {% if responses.spouse_support_act == 'divorce' %} icon-check">&#xe800;</i>{% else %} icon-check-empty">&#xf096;</i> {% endif %} the <em> Divorce Act </em> (Canada)
<i class="fa {% if responses.spouse_support_act == 'family' %} icon-check">&#xe800;</i>{% else %} icon-check-empty">&#xf096;</i> {% endif %} the <em> Family Law Act </em> </td>
<td> <i class="fa {% if responses.spouse_support_act == 'divorce' %} fa-check-square-o" aria-hidden="true"></i>{% else %} fa-square-o" aria-hidden="true"></i> {% endif %} the <em> Divorce Act </em> (Canada)
<i class="fa {% if responses.spouse_support_act == 'family' %} fa-check-square-o" aria-hidden="true"></i>{% else %} fa-square-o" aria-hidden="true"></i> {% endif %} the <em> Family Law Act </em> </td>
</tr>
</tbody>
</table>
@ -316,13 +317,13 @@
<td> <strong> A Property claims under the <em> Family Law Act </em> </strong> </td>
</tr>
<tr>
<td> <i class="fa icon-check-empty">&#xf096;</i> Claimant 1 and Claimant 2 are asking for an order for: <br /><em> [Check whichever one of the following boxes is correct and complete any required information in relation to family property and family debt, as those terms are defined in the Family Law Act.] </em> </td>
<td> <i class="fa fa-square-o" aria-hidden="true"></i> Claimant 1 and Claimant 2 are asking for an order for: <br /><em> [Check whichever one of the following boxes is correct and complete any required information in relation to family property and family debt, as those terms are defined in the Family Law Act.] </em> </td>
</tr>
<tr>
<td> <i class="fa {% if responses.deal_with_property_debt == 'equal division' %} icon-check">&#xe800;</i>{% else %} icon-check-empty">&#xf096;</i> {% endif %} an equal division of family property and family debt </td>
<td> <i class="fa {% if responses.deal_with_property_debt == 'equal division' %} fa-check-square-o" aria-hidden="true"></i>{% else %} fa-square-o" aria-hidden="true"></i> {% endif %} an equal division of family property and family debt </td>
</tr>
<tr>
<td> <i class="fa {% if responses.deal_with_property_debt == 'unequal division' %} icon-check">&#xe800;</i>{% else %} icon-check-empty">&#xf096;</i> {% endif %} an unequal division of family property and family debt as follows: <span class="form-entry form-textarea not-complete">&nbsp;</span>
<td> <i class="fa {% if responses.deal_with_property_debt == 'unequal division' %} fa-check-square-o" aria-hidden="true"></i>{% else %} fa-square-o" aria-hidden="true"></i> {% endif %} an unequal division of family property and family debt as follows: <span class="form-entry form-textarea not-complete">&nbsp;</span>
<p class="text-center">
[<em>set out details of proposed division</em>]
</p>
@ -332,7 +333,7 @@
<td> <strong> B Other property claims </strong> </td>
</tr>
<tr>
<td> <i class="fa icon-check-empty">&#xf096;</i> Claimant 1 and Claimant 2 ask for an order respecting an interest in property or for compensation instead of an interest in that property, as follows:
<td> <i class="fa fa-square-o" aria-hidden="true"></i> Claimant 1 and Claimant 2 ask for an order respecting an interest in property or for compensation instead of an interest in that property, as follows:
<span class="form-entry form-textarea not-complete">&nbsp;</span> </td>
</tr>
</tbody>
@ -344,7 +345,7 @@
<table class="table table-bordered">
<tbody>
<tr>
<td> <i class="fa icon-check-empty">&#xf096;</i> Claimant 1 and Claimant 2 are asking for an order in the following terms: <span class="form-entry form-textarea not-complete">&nbsp;</span>
<td> <i class="fa fa-square-o" aria-hidden="true"></i> Claimant 1 and Claimant 2 are asking for an order in the following terms: <span class="form-entry form-textarea not-complete">&nbsp;</span>
<p class="text-center">
[<em>set out terms of proposed order</em>]
</p>
@ -388,7 +389,7 @@
Signature of
</p>
<p>
<i class="fa icon-check-empty">&#xf096;</i> Claimant 1 <i class="fa icon-check-empty">&#xf096;</i> lawyer for Claimant 1
<i class="fa fa-square-o" aria-hidden="true"></i> Claimant 1 <i class="fa fa-square-o" aria-hidden="true"></i> lawyer for Claimant 1
</p>
<p>
<span class="form-entry not-complete">&nbsp;</span><br /> [
@ -408,7 +409,7 @@
Signature of
</p>
<p>
<i class="fa icon-check-empty">&#xf096;</i> Claimant 2 <i class="fa icon-check-empty">&#xf096;</i> lawyer for Claimant 2
<i class="fa fa-square-o" aria-hidden="true"></i> Claimant 2 <i class="fa fa-square-o" aria-hidden="true"></i> lawyer for Claimant 2
</p>
<p>
<span class="form-entry not-complete">&nbsp;</span><br /> [


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

@ -58,22 +58,22 @@
[<em>Check all of the following boxes and file the following with this requisition.</em>]
</p>
<p class="schIndent1">
<i class="fa icon-check-empty">&#xf096;</i> draft of the order sought;
<i class="fa fa-square-o" aria-hidden="true"></i> draft of the order sought;
</p>
<p class="schIndent1">
<i class="fa icon-check-empty">&#xf096;</i> proof that the case is an undefended family law case;
<i class="fa fa-square-o" aria-hidden="true"></i> proof that the case is an undefended family law case;
</p>
<p class="schIndent1">
<i class="fa icon-check-empty">&#xf096;</i> certificate of the registrar in Form F36;
<i class="fa fa-square-o" aria-hidden="true"></i> certificate of the registrar in Form F36;
</p>
<p class="schIndent1">
<i class="fa icon-check-empty">&#xf096;</i> filing fee.
<i class="fa fa-square-o" aria-hidden="true"></i> filing fee.
</p>
<p>
[<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>
<p class="schIndent1">
<i class="fa icon-check-empty">&#xf096;</i> proof of service of the notice of family claim or counterclaim, as the case may be.
<i class="fa fa-square-o" aria-hidden="true"></i> proof of service of the notice of family claim or counterclaim, as the case may be.
</p>
<p>
[<em>Check the following box and file the following document with this requisition if</em>
@ -87,13 +87,13 @@
<em>(b) the family law case includes a claim for child support.</em>]
</p>
<p class="schIndent1">
<i class="fa icon-check-empty">&#xf096;</i> Child Support Affidavit in Form F37.
<i class="fa fa-square-o" aria-hidden="true"></i> Child Support Affidavit in Form F37.
</p>
<p>
[<em>Check the following box and file the following document with this requisition if a divorce is sought.</em>]
</p>
<p class="schIndent1">
<i class="fa icon-check-empty">&#xf096;</i> affidavit in Form F38.
<i class="fa fa-square-o" aria-hidden="true"></i> affidavit in Form F38.
</p>
<p>
</p>
@ -101,7 +101,7 @@
<tbody>
<tr>
<td colname="c1" valign="top"> Date: <span class="form-entry not-complete">[<em>dd/mmm/yyyy</em>]</span> </td>
<td colname="c2" align="right"> <span class="form-entry not-complete">&nbsp;</span><br> Signature of <i class="fa icon-check-empty">&#xf096;</i> filing party <i class="fa icon-check-empty">&#xf096;</i> lawyer for filing party(ies) </td>
<td colname="c2" align="right"> <span class="form-entry not-complete">&nbsp;</span><br> Signature of <i class="fa fa-square-o" aria-hidden="true"></i> filing party <i class="fa fa-square-o" aria-hidden="true"></i> lawyer for filing party(ies) </td>
</tr>
</tbody>
</table>


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

@ -114,7 +114,7 @@
<tr>
<td>
<p>
<span class="form-entry not-complete">&nbsp;</span><br> Signature of<br> <i class="fa icon-check-empty">&#xf096;</i> party <i class="fa icon-check-empty">&#xf096;</i> lawyer for <span class="form-entry not-complete">[<em>name of party(ies)</em>]</span>
<span class="form-entry not-complete">&nbsp;</span><br> Signature of<br> <i class="fa fa-square-o" aria-hidden="true"></i> party <i class="fa fa-square-o" aria-hidden="true"></i> lawyer for <span class="form-entry not-complete">[<em>name of party(ies)</em>]</span>
</p>
<p>
<span class="form-entry not-complete">[<em>type or print name</em>]</span>
@ -122,7 +122,7 @@
</td>
<td>
<p>
<span class="form-entry not-complete">&nbsp;</span><br> Signature of<br> <i class="fa icon-check-empty">&#xf096;</i> party <i class="fa icon-check-empty">&#xf096;</i> lawyer for <span class="form-entry not-complete">[<em>name of party(ies)</em>]</span>
<span class="form-entry not-complete">&nbsp;</span><br> Signature of<br> <i class="fa fa-square-o" aria-hidden="true"></i> party <i class="fa fa-square-o" aria-hidden="true"></i> lawyer for <span class="form-entry not-complete">[<em>name of party(ies)</em>]</span>
</p>
<p>
<span class="form-entry not-complete">[<em>type or print name</em>]</span>


Loading…
Cancel
Save