Browse Source

HTML layouts for PDF forms

pull/160/head
Foley Lynn 8 years ago
committed by Mike Olund
parent
commit
c04ebb350b
8 changed files with 1089 additions and 0 deletions
  1. +500
    -0
      edivorce/apps/core/templates/pdf/form1.html
  2. +116
    -0
      edivorce/apps/core/templates/pdf/form35.html
  3. +66
    -0
      edivorce/apps/core/templates/pdf/form36.html
  4. +206
    -0
      edivorce/apps/core/templates/pdf/form38.html
  5. +153
    -0
      edivorce/apps/core/templates/pdf/form52.html
  6. +2
    -0
      edivorce/apps/core/urls.py
  7. +41
    -0
      edivorce/apps/core/views/pdf.py
  8. +5
    -0
      edivorce/apps/core/views/styleguide.py

+ 500
- 0
edivorce/apps/core/templates/pdf/form1.html View File

@ -0,0 +1,500 @@
{% load static %}
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Form 1</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="{{ css_root }}/static/css/bootstrap.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>
<body>
<div class="print-wrapper">
<h1 class="text-center">Form F1<br />(Rule 2-2 (2))</h1>
<p class="text-right">
Court File No.: <span class="form-entry not-complete">&nbsp;</span>
</p>
<p class="text-right">
Court Registry: {% if responses.court_registry_for_filing %} {{ responses.court_registry_for_filing }} {% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %}
</p>
<p class="text-center">
<em> In the Supreme Court of British Columbia </em>
</p>
<p>
Claimant 1: {{ responses.name_you }}
</p>
<p>
Claimant 2: {{ responses.name_spouse }}
</p>
<h2 align="center">
NOTICE OF JOINT FAMILY CLAIM
</h2>
<h3>1 Relationship history</h3>
<p>
[<em>Check the correct box(es) and complete the required information </em> .]
</p>
</p>
<table class="table table-bordered">
<tbody>
<tr>
<td colspan="2"> Claimant 1 and Claimant 2: </td>
</tr>
<tr>
<td><i class="fa {% if responses.when_were_you_live_married_like %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> 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 %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> 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 %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> 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 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 fa-square-o" aria-hidden="true"></i> were never married </td>
<td colname="c2"> </td>
</tr>
</tbody>
</table>
<h3>2 Divorce</h3>
<p> [ <em>Complete if you are asking for a divorce order.</em>]
</p>
<table class="table table-bordered">
<tbody>
<tr>
<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>
</tr>
<tr>
<td> </td>
<td colname="c2"> <strong> Claimant 1 </strong> </td>
<td colname="c3"> <strong> Claimant 2 </strong> </td>
</tr>
<tr>
<td> Birthdate: [<em>dd/mm/yyyy</em>] </td>
<td colname="c2">{% if responses.birthday_you %} {{ responses.birthday_you }} {% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %} </td>
<td colname="c3">{% if responses.birthday_spouse %} {{ responses.birthday_spouse }} {% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %} </td>
</tr>
<tr>
<td> Ordinarily resident in British Columbia since: [<em>dd/mm/yyyy</em>] </td>
<td colname="c2">{% if responses.lived_in_bc_you == 'Since birth' %} {{ responses.birthday_you }}
{% elif responses.lived_in_bc_you == 'Moved to British Columbia on' %} {{ responses.moved_to_bc_date_you }}
{% elif responses.lived_in_bc_you == 'Do not live in British Columbia' %} {{ responses.lived_in_bc_you }}
{% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %}</td>
<td colname="c3">{% if responses.lived_in_bc_spouse == 'Since birth' %} {{ responses.birthday_spouse }}
{% elif responses.lived_in_bc_spouse == 'Moved to British Columbia on' %} {{ responses.moved_to_bc_date_spouse }}
{% elif responses.lived_in_bc_spouse == 'Do not live in British Columbia' %} {{ responses.lived_in_bc_spouse }}
{% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %}</td>
</tr>
<tr>
<td> Surname at birth: </td>
<td colname="c2">{% if responses.last_name_born_you %} {{ responses.last_name_born_you }} {% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %} </td>
<td colname="c3">{% if responses.last_name_born_spouse %} {{ responses.last_name_born_spouse }} {% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %} </td>
</tr>
<tr>
<td> Surname immediately before marriage: </td>
<td colname="c2">{% if responses.last_name_before_married_you %} {{ responses.last_name_before_married_you }} {% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %} </td>
<td colname="c3">{% if responses.last_name_before_married_spouse %} {{ responses.last_name_before_married_spouse }} {% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %} </td>
</tr>
<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' %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> never married</p>
<p><i class="fa {% if responses.marital_status_before_you == 'Divorced' %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> divorced</p>
<p><i class="fa {% if responses.marital_status_before_you == 'Widowed' %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> widowed</p>
</td>
<td colname="c3">
<p><i class="fa {% if responses.marital_status_before_spouse == 'Never married' %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> never married</p>
<p><i class="fa {% if responses.marital_status_before_spouse == 'Divorced' %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> divorced</p>
<p><i class="fa {% if responses.marital_status_before_spouse == 'Widowed' %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> widowed</p>
</td>
</tr>
<tr>
<td colspan="1"> Place of marriage: [<em>city or town; province or state; country</em>] </td>
<td colspan="2">{% if responses.where_were_you_married_city and responses.where_were_you_married_prov and responses.where_were_you_married_country %}
{{responses.where_were_you_married_city}}; {{responses.where_were_you_married_prov}};
{% if responses.where_were_you_married_country == 'Other' %} {{ responses.where_were_you_married_other_country }}
{% else %} {{responses.where_were_you_married_country}}{% endif %}
{% else %}<span class="form-entry not-complete">&nbsp;</span>{% endif %}</td>
</tr>
</tbody>
</table>
<table class="table table-bordered table-fixed">
<tbody>
<tr>
<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 %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> 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' %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> 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' %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> 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>
<td><p>to: <span class="form-entry not-complete">&nbsp;</span></p> <p>to: <span class="form-entry not-complete">&nbsp;</span></p> <p>to: <span class="form-entry not-complete">&nbsp;</span></p></td>
</tr>
<tr>
<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 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 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>
<table class="table table-bordered table-fixed">
<tbody>
<tr>
<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' %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> There is no possibility of reconciliation. </td>
</tr>
<tr>
<td colspan="2"> <i class="fa {% if responses.no_collusion == 'agree' %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> 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>
<table class="table table-bordered table-fixed">
<tbody>
<tr>
<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' %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> 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' %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> 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' %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> 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>
</tr>
</tbody>
</table>
<h3>3 Information concerning children</h3>
<p>
<em>[Complete section 3 if you are asking for an order in relation to children.]</em>
</p>
<table class="table table-bordered">
<tbody>
<tr>
<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' %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> 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' %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> 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>
<table class="table table-fixed table-bordered">
<tr>
<td align="center"> Full name: </td>
<td align="center"> Birth date:<br />[<em>dd/mm/yyyy</em>] </td>
<td align="center"> Resides with: </td>
</tr>
<tr>
<td align="center"> <span class="form-entry not-complete">&nbsp;</span> </td>
<td align="center"> <span class="form-entry not-complete">&nbsp;</span> </td>
<td align="center"> <span class="form-entry not-complete">&nbsp;</span> </td>
</tr>
<tr>
<td align="center"> <span class="form-entry not-complete">&nbsp;</span> </td>
<td align="center"> <span class="form-entry not-complete">&nbsp;</span> </td>
<td align="center"> <span class="form-entry not-complete">&nbsp;</span> </td>
</tr>
<tr>
<td align="center"> <span class="form-entry not-complete">&nbsp;</span> </td>
<td align="center"> <span class="form-entry not-complete">&nbsp;</span> </td>
<td align="center"> <span class="form-entry not-complete">&nbsp;</span> </td>
</tr>
<tr>
<td colspan="3" align="center">[<em> if more space is required - attach page and state "See Attached"</em>] </td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<h3>4 Orders asked for in relation to children</h3>
<p>
[<em>Complete section 4 for those children in relation to whom you are asking for an order.</em>]
</p>
<table class="table table-bordered">
<tbody>
<tr>
<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>]
</p>
</td>
</tr>
<tr>
<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 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 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>
<h3> 5 Spousal support</h3>
<p>
[<em>Complete section 5 if you are asking for an order for spousal support.</em>]
</p>
<table class="table table-bordered">
<tbody>
<tr>
<td colname="c2"> <i class="fa {% if responses.spouse_support_details %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> 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>]
</p>
</td>
</tr>
<tr>
<td colname="c2"> <i class="fa {% if responses.spouse_support_act %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> 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' %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> the <em> Divorce Act </em> (Canada)
<i class="fa {% if responses.spouse_support_act == 'family' %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> the <em> Family Law Act </em> </td>
</tr>
</tbody>
</table>
<h3>6 Property and debt</h3>
<p>
[<em>Complete section 6 if you are asking for an order in relation to property or debt.</em>]
</p>
<table class="table table-bordered">
<tbody>
<tr>
<td> <strong> A Property claims under the <em> Family Law Act </em> </strong> </td>
</tr>
<tr>
<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' %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> an equal division of family property and family debt </td>
</tr>
<tr>
<td> <i class="fa {% if responses.deal_with_property_debt == 'unequal division' %} fa-check-square-o {% else %} fa-square-o {% endif %}" aria-hidden="true"></i> 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>
</td>
</tr>
<tr>
<td> <strong> B Other property claims </strong> </td>
</tr>
<tr>
<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>
</table>
<h3>7 Other</h3>
<p>
[<em>Complete section 7 if you are asking for any other order.</em>]
</p>
<table class="table table-bordered">
<tbody>
<tr>
<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>
</td>
</tr>
</tbody>
</table>
<h3 class="force-break">8 Claimants' addresses for service</h3>
<p>
[<em>Set out the street address of the address for service. One or both of a fax number and an e-mail address may be given as additional addresses for service.</em>]
</p>
<table class="table table-bordered">
<tbody>
<tr>
<td>
<p>Claimant 1:
{% if responses.address_to_send_official_document_street and responses.address_to_send_official_document_city and responses.address_to_send_official_document_prov and responses.address_to_send_official_document_country %}
{{ responses.address_to_send_official_document_street }}, {{ responses.address_to_send_official_document_city }}, {{ responses.address_to_send_official_document_prov }},
{% if responses.address_to_send_official_document_country == 'Other' %} {{ responses.address_to_send_official_document_other_country }} {% else %} {{ responses.address_to_send_official_document_country }} {% endif %} {% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %} </p>
<p>Fax (optional) {% if responses.address_to_send_official_document_fax %} {{ responses.address_to_send_official_document_fax }} {% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %} </p>
<p>E-mail (optional) {% if responses.address_to_send_official_document_email %} {{ responses.address_to_send_official_document_email }} {% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %} </p>
</td>
<td colname="c2">
<p>Claimant 2: <span class="form-entry not-complete">&nbsp;</span> </p>
<p>Fax (optional) <span class="form-entry not-complete">&nbsp;</span> </p>
<p>E-mail (optional) <span class="form-entry not-complete">&nbsp;</span> </p>
</td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr>
<td> Date: <span class="form-entry not-complete">&nbsp;</span> [<em>dd/mm/yyyy</em>]</td>
<td>
<div class="form-entry form-bold not-complete">&nbsp;</div>
<p>
Signature of
</p>
<p>
<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 /> [
<em>type or print name</em>]
</p>
</td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr>
<td> Date: <span class="form-entry not-complete">&nbsp;</span> [<em>dd/mm/yyyy</em>]</td>
<td>
<div class="form-entry form-bold not-complete">&nbsp;</div>
<p>
Signature of
</p>
<p>
<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 /> [
<em>type or print name</em>]
</p>
</td>
</tr>
</tbody>
</table>
<hr>
<p class="text-center">
<em> If in this family law case a claim is made under the Family Law Act and one or both of the parties is represented by a lawyer, each of the lawyers must complete a certificate in the following form. </em>
</p>
<hr>
<p class="text-center force-break">
<strong> LAWYER'S CERTIFICATE ( <em> Family Law Act </em> , s. 8 (2)) </strong>
</p>
<p>
I, <span class="form-entry not-complete">&nbsp;</span> , lawyer for <span class="form-entry not-complete">&nbsp;</span> [<em>name of party</em>]
</p>
<p>certify that, in accordance with section 8 (2) of the <em> Family Law Act </em> , I have
</p>
<p class="schIndent2">
(a) discussed with the party the advisability of using various types of family dispute resolution to resolve the matter, and
</p>
<p class="schIndent2">
(b) informed the party of the facilities and other resources, known to me, that may be available to assist in resolving the dispute.
</p>
<table class="table">
<tbody>
<tr>
<td> Date: <span class="form-entry not-complete">&nbsp;</span> [<em>dd/mm/yyyy</em>]</td>
<td>
<div class="form-entry form-bold not-complete">&nbsp;</div>
<p>
Signature of lawyer
</p>
<p>
<span class="form-entry not-complete">&nbsp;</span><br /> [
<em>type or print name</em>]
</p>
</td>
</tr>
</tbody>
</table>
<hr />
<p class="text-center">
<em> The following certificate must be completed for each party to a divorce claim who is represented by a lawyer. </em>
</p>
<h2 class="text-center">
LAWYER'S CERTIFICATE ( <em> Divorce Act </em> (Canada), s. 9)
</h2>
<p>
I, <span class="form-entry not-complete">&nbsp;</span> , lawyer for <span class="form-entry not-complete">&nbsp;</span> [<em>name of party</em>], <br />certify that I have complied with section 9 of the <em> Divorce Act </em> (Canada), which
says:
</p>
<p class="schIndent1">
<strong> 9 </strong> (1) It is the duty of every barrister, solicitor, lawyer or advocate who undertakes to act on behalf of a spouse in a divorce proceeding
</p>
<p class="schIndent2">
(a) to draw to the attention of the spouse the provisions of this Act that have as their object the reconciliation of spouses, and
</p>
<p class="schIndent2">
(b) to discuss with the spouse the possibility of the reconciliation of the spouses and to inform the spouse of the marriage counselling or guidance facilities known to him or her that might be able to assist the spouses to achieve a reconciliation, unless
the circumstances of the case are of such a nature that it would clearly not be appropriate to do so.
</p>
<p class="schIndent1">
(2) It is the duty of every barrister, solicitor, lawyer or advocate who undertakes to act on behalf of a spouse in a divorce proceeding to discuss with the spouse the advisability of negotiating the matters that may be the subject of a support order
or a custody order and to inform the spouse of the mediation facilities known to him or her that might be able to assist the spouses in negotiating those matters.
</p>
<table class="table">
<tbody>
<tr>
<td> Date: <span class="form-entry not-complete">&nbsp;</span> [<em>dd/mm/yyyy</em>]</td>
<td>
<div class="form-entry form-bold not-complete">&nbsp;</div>
<p>
Signature of lawyer
</p>
<p>
<span class="form-entry not-complete">&nbsp;</span><br /> [
<em>type or print name</em>]
</p>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>

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

@ -0,0 +1,116 @@
{% load static %}
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Form 35</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="{{ css_root }}/static/css/bootstrap.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>
<body>
<div class="print-wrapper">
<h1 class="text-center">Form F35 <br>(Rule 10-10 (2))</h1>
<p class="text-right">
Court File No.: <span class="form-entry not-complete">&nbsp;</span>
</p>
<p class="text-right">
Court Registry: {% if responses.court_registry_for_filing %} {{ responses.court_registry_for_filing }} {% else %} <span class="form-entry not-complete"> </span> {% endif %}
</p>
<p class="text-center">
<em> In the Supreme Court of British Columbia </em>
</p>
<p>
Claimant 1: {% if responses.name_you %} {{ responses.name_you }} {% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %}
</p>
<p>
Claimant 2: {% if responses.name_spouse %} {{ responses.name_spouse }} {% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %}
</p>
<h2 class="text-center">
REQUISITION
</h2>
<p>
<em>[Rule 21-1 of the Supreme Court Family Rules applies to all forms.]</em>
</p>
</p>
<p>
<strong>Filed by:</strong> <span class="form-entry not-complete">[<em>party(ies)</em>]</span>
</p>
<p>
<strong>Filed by:</strong> <span class="form-entry not-complete">[<em>party(ies)</em>]</span>
</p>
<p>
Required: final order, without a hearing, in the form attached
</p>
<p>
<strong>FILED WITH THIS REQUISITION ARE:</strong>
</p>
<p>
[<em>Check all of the following boxes and file the following with this requisition.</em>]
</p>
<p class="schIndent1">
<i class="fa fa-square-o" aria-hidden="true"></i> draft of the order sought;
</p>
<p class="schIndent1">
<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 fa-square-o" aria-hidden="true"></i> certificate of the registrar in Form F36;
</p>
<p class="schIndent1">
<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 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>
</p>
<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),
or
</em>
</p>
<p class="schIndent1">
<em>(b) the family law case includes a claim for child support.</em>]
</p>
<p class="schIndent1">
<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 fa-square-o" aria-hidden="true"></i> affidavit in Form F38.
</p>
<p>
</p>
<table class="table table-bordered">
<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 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>
<p class="text-right">
<span class="form-entry not-complete">[<em>type or print name</em>]</span>
</p>
</div>
</body>
</html>

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

@ -0,0 +1,66 @@
{% load static %}
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Form 36</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="{{ css_root }}/static/css/bootstrap.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>
<body>
<div class="print-wrapper">
<h1 class="text-center">Form F36 <br>(Rules 10-10 (2) and 14-4 (5))</h1>
<p class="text-right">
Court File No.: <span class="form-entry not-complete">&nbsp;</span>
</p>
<p class="text-right">
Court Registry: {% if responses.court_registry_for_filing %} {{ responses.court_registry_for_filing }} {% else %} <span class="form-entry not-complete"> </span> {% endif %}
</p>
<p class="text-center">
<em> In the Supreme Court of British Columbia </em>
</p>
<p>
Claimant 1: {% if responses.name_you %} {{ responses.name_you }} {% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %}
</p>
<p>
Claimant 2: {% if responses.name_spouse %} {{ responses.name_spouse }} {% else %} <span class="form-entry not-complete">&nbsp;</span> {% endif %}
</p>
<h2 align="center">
CERTIFICATE OF PLEADINGS
</h2>
<table class="table table-bordered">
<tbody>
<tr>
<td colspan="2">
<p>
<em>[Rule 21-1 of the Supreme Court Family Rules applies to all forms.]</em>
</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>].
</p>
</td>
</tr>
<tr>
<td colname="c1"> Date: <span class="form-entry not-complete">[<em>dd/mmm/yyyy</em>]</span> </td>
<td colname="c2"> <span class="form-entry not-complete">&nbsp;</span><br> Registrar </td>
</tr>
</tbody>
</table>
</div>
</body>
</html>

+ 206
- 0
edivorce/apps/core/templates/pdf/form38.html View File

@ -0,0 +1,206 @@
{% load static %}
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Form 38</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="{{ css_root }}/static/css/bootstrap.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>
<body>
<div class="print-wrapper">
<h1 class="text-center">Form F38 <br>(Rule 10-10 (2))</h1>
<p class="text-right">
This is the <span class="form-entry not-complete">[<em>1st/2nd/3rd/etc.</em>]</span> affidavit
</p>
<p class="text-right">
of <span class="form-entry not-complete">[<em>name</em>]</span> in this case
</p>
<p class="text-right">
and was made on <span class="form-entry not-complete">[<em>dd/mmm/yyyy</em>]</span>
</p>
<p class="text-right">
Court File No.: <span class="form-entry not-complete">&nbsp;</span>
</p>
<p class="text-right">
Court Registry: <span class="form-entry not-complete">&nbsp;</span>
</p>
<p class="text-center">
<em>In the Supreme Court of British Columbia</em>
</p>
<p>
Claimant:
</p>
<p>
Claimant 1 [<em>joint family law case</em>]:
</p>
<p>
Respondent:
</p>
<p>
Claimant 2 [<em>joint family law case</em>]:
</p>
<p class="text-center">
<strong>AFFIDAVIT - DESK ORDER DIVORCE</strong>
</p>
<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>
<p>
I, <span class="form-entry not-complete">[<em>name</em>]</span>, of <span class="form-entry not-complete">[<em>address</em>]</span>, <span class="form-entry not-complete">[<em>occupation</em>]</span>, SWEAR (OR AFFIRM) THAT:
</p>
<p class="schIndent1">
1 I am <span class="form-entry not-complete">[<em>the claimant/the respondent/Claimant 1/Claimant 2</em>]</span>.
</p>
<p class="schIndent1">
2 There is no possibility of reconciliation between my spouse and me.
</p>
<p>
[<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">
3 I believe that the facts set out in the notice of family claim are true.
</p>
<p class="schIndent1">
3 I believe that the facts set out in the response to family claim and counterclaim are true.
</p>
<p>
<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>
<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.
</p>
<p class="schIndent1">
4 It is impossible to obtain a certificate of marriage or a certified copy of the registration of marriage and instead, in accordance with section 52 (1) (a) of the <em>Evidence Act</em>, I refer to the affidavit of <span class="form-entry not-complete">[<em>name</em>]</span>,
a person who was present at the marriage ceremony, which affidavit is filed in this family law case.
</p>
<p>
<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>
<p class="schIndent1">
5 [<em>Select this provision if the grounds for divorce are separation for more than one year.</em>] 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
<span class="form-entry not-complete">[<em>dd/mmm/yyyy</em>]</span> , except: <span class="form-entry not-complete">[<em>provide dates of any periods of attempted reconciliation</em>]</span>.
</p>
<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
1 of the <span class="form-entry not-complete">[<em>notice of family claim/counterclaim</em>]</span> and
</p>
<p class="schIndent2">
(a) as corroboration I refer to <span class="form-entry not-complete">[<em>Set out whichever one of the following is applicable:</em></span> the affidavit(s) of <span class="form-entry not-complete">[<em>name(s)</em>]</span>, / the transcript of the examination for discovery of <span class="form-entry not-complete">[<em>name</em>]</span>
marked as Exhibit "A" to this affidavit <span class="form-entry not-complete">]</span> ,
</p>
<p class="schIndent2">
(b) I have not condoned the conduct of my spouse that is alleged as the grounds for divorce in that I have not forgiven my spouse for that conduct, nor have I encouraged or acquiesced in that conduct.
</p>
<p class="schIndent1">
5 [<em>Select this provision if the grounds for divorce are adultery of a spouse and there has been no admission of adultery.</em>] I have no personal knowledge of the acts of adultery alleged in Schedule 1 of the <span class="form-entry not-complete">&nbsp;</span>[<em>notice of family claim/counterclaim</em>]<span class="form-entry not-complete">&nbsp;</span>
and
</p>
<p class="schIndent2">
(a) in proof of the adultery committed by my spouse I refer to <span class="form-entry not-complete">&nbsp;</span>[<em>Set out whichever one of the following is applicable:</em> the affidavit(s) of <span class="form-entry not-complete">&nbsp;</span>[<em>name(s)</em>]<span class="form-entry not-complete">&nbsp;</span>, / the transcript of the examination
for discovery of <span class="form-entry not-complete">&nbsp;</span>[<em>name</em>]<span class="form-entry not-complete">&nbsp;</span> marked as Exhibit "A" to this affidavit]<span class="form-entry not-complete">&nbsp;</span> ,
</p>
<p class="schIndent2">
(b) I have not condoned the conduct of my spouse that is alleged as the grounds for divorce in that I have not forgiven my spouse for that conduct, nor have I encouraged or acquiesced in that conduct.
</p>
<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>
</p>
<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.
</p>
<p>
[<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>
<p class="schIndent1">
7 There are no children of the marriage as defined by the <em>Divorce Act</em> (Canada).
</p>
<p class="schIndent1">
7 There are children of the marriage as defined by the <em>Divorce Act</em> (Canada) and
</p>
<p class="schIndent2">
(a) those children are <span class="form-entry not-complete">&nbsp;</span>[<em>provide the full name, age and birth date of each child of the marriage</em>]<span class="form-entry not-complete">&nbsp;</span>,
</p>
<p class="schIndent2">
(b) I have sworn a child support affidavit in Form F37, and
</p>
<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> .
</p>
<p>
<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>
<p class="schIndent1">
8 Pursuant to section 5 of the <em>Name Act</em>, I am seeking to change my name from <span class="form-entry not-complete">&nbsp;</span> to <span class="form-entry not-complete">&nbsp;</span> . This application for a name change relates only to myself.
</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>
</p>
<p class="schIndent1">
9 Pursuant to section 5 of the Name Act, I am seeking to change the name(s) of the minor child(ren) of the marriage as follows, and a copy of the consent(s) to the change(s) of name referred to in this section of <span class="form-entry not-complete">[<em>name</em>]</span>
who is/are <span class="form-entry not-complete">[<em>relationship to child(ren)</em>]</span> is/are attached to this affidavit and marked as Exhibit(s) <span class="form-entry not-complete">[<em>A, B, C, D, as the case may be</em>]</span>. [<em>Complete the following for each minor child of the marriage for whom a name change is sought.</em>]
</p>
<p class="schIndent2">
from <span class="form-entry not-complete">&nbsp;</span> to: <span class="form-entry not-complete">&nbsp;</span>
</p>
<table class="table table-bordered">
<tbody>
<tr>
<td colname="c1"> SWORN (OR AFFIRMED) BEFORE </td>
<td colname="c2"> ) </td>
<td colname="c3"> </td>
</tr>
<tr>
<td colname="c1"> ME at <span class="form-entry not-complete">&nbsp;</span>, British Columbia </td>
<td colname="c2"> ) </td>
<td colname="c3"> </td>
</tr>
<tr>
<td colname="c1"> on <span class="form-entry not-complete">&nbsp;</span>[<em>dd/mmm/yyyy</em>]<span class="form-entry not-complete">&nbsp;</span> . </td>
<td colname="c2"> ) </td>
<td colname="c3"> <span class="form-entry not-complete">&nbsp;</span> </td>
</tr>
<tr>
<td colname="c1"> </td>
<td colname="c2"> ) </td>
<td colname="c3"> </td>
</tr>
<tr>
<td colname="c1"> <span class="form-entry not-complete">&nbsp;</span> </td>
<td colname="c2"> ) </td>
<td colname="c3"> </td>
</tr>
<tr>
<td colname="c1"> A commissioner for taking </td>
<td colname="c2"> ) </td>
<td colname="c3"> </td>
</tr>
<tr>
<td colname="c1"> affidavits for British Columbia </td>
<td colname="c2"> ) </td>
<td colname="c3"> </td>
</tr>
</tbody>
</table>
<p>
<span class="form-entry not-complete">&nbsp;</span>[<em>print name or affix stamp of commissioner</em>]<span class="form-entry not-complete">&nbsp;</span>
</p>
</div>
</body>
</html>

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

@ -0,0 +1,153 @@
{% load static %}
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Form 52</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="{{ css_root }}/static/css/bootstrap.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>
<body>
<div class="print-wrapper">
<h1 class="text-center">Form F52 <br>(Rule 15-1 (1))</h1>
<p class="text-right">
Court File No.: <span class="form-entry not-complete">&nbsp;</span>
</p>
<p class="text-right">
Court Registry: <span class="form-entry not-complete">&nbsp;</span>
</p>
<p class="text-center">
<em> In the Supreme Court of British Columbia </em>
</p>
<p>
Claimant:
</p>
<p>
Respondent:
</p>
<h2 align="center">
FINAL ORDER
</h2>
<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>
<table class="table table-bordered">
<tbody>
<tr>
<td> <span class="form-entry not-complete">&nbsp;</span> THE HONOURABLE JUSTICE or A JUDGE OF THE COURT or MASTER or A MASTER OF THE COURT </td>
<td>
<span class="form-entry not-complete">[dd/mm/yyyy]</span>
</td>
</tr>
</tbody>
</table>
<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>
</p>
<p class="schIndent1">
This family law case coming on for trial at <span class="form-entry not-complete">&nbsp;</span>, on <span class="form-entry not-complete">[<em>dd/mmm/yyyy</em>]</span>, and on hearing <span class="form-entry not-complete">&nbsp;</span>, [<em>add the following if applicable: the lawyer for</em>] the claimant and <span class="form-entry not-complete">&nbsp;</span>,
[<em>add the following if applicable: the lawyer for</em>] the respondent, and on considering the evidence put forward [<em>add the following if applicable:</em> AND JUDGMENT being reserved to this date];
</p>
<p class="schIndent1">
This family law case coming on for hearing at <span class="form-entry not-complete">&nbsp;</span> on <span class="form-entry not-complete">[<em>dd/mmm/yyyy</em>]</span> and on hearing <span class="form-entry not-complete">[<em>name of party/lawyer</em>]</span> and <span class="form-entry not-complete">[<em>name of party/lawyer</em>]</span>,
and on considering the evidence put forward;
</p>
<p class="schIndent1">
This family law case coming on for summary trial under Rule 11-3 of the Supreme Court Family Rules at <span class="form-entry not-complete">&nbsp;</span> on <span class="form-entry not-complete">[dd/mmm/yyyy]</span>, and on hearing <span class="form-entry not-complete">[name of party/lawyer]</span> and <span class="form-entry not-complete">[name of party/lawyer]</span>,
and on considering the evidence put forward;
</p>
<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;
</p>
<p>
THIS COURT ORDERS that
</p>
<p>
<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">
Subject to section 12 of the <em>Divorce Act</em> (Canada), the claimant, <span class="form-entry not-complete">[<em>name</em>]</span>, and the respondent, <span class="form-entry not-complete">[<em>name</em>]</span>, who were married at <span class="form-entry not-complete">[<em>place</em>]</span>
on <span class="form-entry not-complete">[<em>dd/mmm/yyyy</em>]</span>, are divorced from each other, the divorce to take effect on the 31st day after the date of this order.
</p>
<p class="schIndent1">
Subject to section 12 of the <em>Divorce Act</em> (Canada), the claimant, <span class="form-entry not-complete">[<em>name</em>]</span>, and the respondent, <span class="form-entry not-complete">[<em>name</em>]</span>, who were married at <span class="form-entry not-complete">&nbsp;</span>[<em>place</em>]<span class="form-entry not-complete">&nbsp;</span>
on <span class="form-entry not-complete">[<em>dd/mmm/yyyy</em>]</span>, are divorced from each other, the divorce to take effect on <span class="form-entry not-complete">[<em>dd/mmm/yyyy</em>]</span>.
</p>
<p>
THIS COURT ORDERS that
</p>
<p>
<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">
1 <span class="form-entry not-complete">&nbsp;</span>
</p>
<p class="schIndent1">
2 <span class="form-entry not-complete">&nbsp;</span>
</p>
<p class="schIndent1">
3 <span class="form-entry not-complete">&nbsp;</span>
</p>
<p>
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>
<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">
<tr>
<td>
<p>
<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>
</p>
</td>
<td>
<p>
<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>
</p>
</td>
</tr>
<tr>
<td>
</td>
<td>
<p class="text-right">
By the Court.
</p>
<p class="text-right">
<span class="form-entry not-complete">&nbsp;</span><br> Registrar
</p>
</td>
</tr>
</table>
</div>
</body>
</html>

+ 2
- 0
edivorce/apps/core/urls.py View File

@ -3,6 +3,7 @@ from django.conf.urls import url
from .views import main, system, styleguide, pdf, api, localdev
urlpatterns = [
url(r'^guide$', styleguide.guide),
url(r'^f/(?P<path>.*)', main.serve),
url(r'^preview/(?P<form>.*)', main.preview),
url(r'^prequalification/step_(?P<step>[0-9]{2})$', main.prequalification, name="prequalification"),
@ -14,6 +15,7 @@ urlpatterns = [
url(r'^overview', main.overview, name="overview"),
url(r'^intro', main.intro, name="intro"),
url(r'^health$', system.health),
url(r'^pdf-form(?P<form_number>[0-9]{1,3})$', pdf.form, name="pdf_form"),
url(r'^(?P<form>.*)/(?P<step>.*)', main.form, name="form_steps"),
url(r'^', main.index, name="index"),
]


+ 41
- 0
edivorce/apps/core/views/pdf.py View File

@ -0,0 +1,41 @@
from django.template.loader import render_to_string
from django.http import HttpResponse
import requests
from django.conf import settings
from edivorce.apps.core.decorators import bceid_required
from edivorce.apps.core.models import BceidUser
from ..utils.user_response import get_responses_from_db
@bceid_required
def form(request, form_number):
user = BceidUser.objects.get(user_guid=request.bceid_user.guid)
responses = get_responses_from_db(user)
return render_form(request, 'form%s' % form_number,
{
"css_root": settings.WEASYPRINT_CSS_LOOPBACK,
"responses" : responses
})
def render_form(request, form_name, context):
# render to form as HTML
rendered_html = render_to_string('pdf/' + form_name + '.html', context=context)
# if '?html' is in the querystring, then return the plain html
if request.GET.get('html', None) is not None:
return HttpResponse(rendered_html)
else:
# post the html to the weasyprint microservice
url = settings.WEASYPRINT_URL + '/pdf?filename=' + form_name + '.pdf'
pdf = requests.post(url, data=rendered_html)
# return the response as a pdf
response = HttpResponse(pdf, content_type='application/pdf')
response['Content-Disposition'] = 'inline;filename=' + form_name + '.pdf'
return response

+ 5
- 0
edivorce/apps/core/views/styleguide.py View File

@ -0,0 +1,5 @@
from django.shortcuts import render
def guide(request):
return render(request, 'styleguide/guide.html')

Loading…
Cancel
Save