Browse Source

DIV-667

pull/160/head
Justin Johnson 7 years ago
parent
commit
624a62d889
5 changed files with 17 additions and 13 deletions
  1. +5
    -0
      edivorce/apps/core/static/css/weasyprint.css
  2. +2
    -2
      edivorce/apps/core/templates/pdf/form37.html
  3. +4
    -5
      edivorce/apps/core/templates/pdf/form38.html
  4. +4
    -4
      edivorce/apps/core/templates/pdf/form38_we.html
  5. +2
    -2
      edivorce/apps/core/templates/pdf/form52.html

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

@ -245,3 +245,8 @@ ol.parens-list > li:before {
.no-wrap {
white-space: nowrap;
}
ol.force-break-last li:last-child {
page-break-before: always;
}

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

@ -107,7 +107,7 @@
SWEAR (OR AFFIRM) THAT:
</p>
<ol class="numbered-paragraphs">
<ol class="numbered-paragraphs force-break-last">
<li>
{% if responses.which_claimant == 'both' %}
We are claimant 1 and claimant 2.
@ -303,7 +303,7 @@
{% endif %}
</li>
<li class="force-break"> <!-- 11 -->
<li> <!-- 11 -->
The amount of arrears of child support, as at
{% now "M j, Y" %},
under any existing order or written agreement is


+ 4
- 5
edivorce/apps/core/templates/pdf/form38.html View File

@ -86,7 +86,7 @@
SWEAR (OR AFFIRM) THAT:
</p>
<ol class="numbered-paragraphs">
<ol class="numbered-paragraphs force-break-last">
<li>
I am {% required responses.which_claimant %}.
</li>
@ -134,14 +134,13 @@
fabricate or suppress evidence or to deceive the court.
</li>
<li class="{% if responses.which_claimant == 'Claimant 1' and responses.name_change_you != 'YES' or responses.which_claimant == 'Claimant 2' and responses.name_change_spouse != 'YES' %}force-break{% endif %}">
<!-- Keep last item together with the sig block, so the sig block is never on a page by iteself. -->
<li>
There are no children of the marriage as defined by the <em>Divorce
Act</em> (Canada).
</li>
{% if responses.which_claimant == 'Claimant 1' and responses.name_change_you == 'YES' %}
<li class="force-break">
<li>
Pursuant to Section 5 of the Name Act, Claimant 1 shall
bear the name of {{ responses.name_change_you_fullname }}
to take effect on {% effective_date %}.
@ -149,7 +148,7 @@
{% endif %}
{% if responses.which_claimant == 'Claimant 2' and responses.name_change_spouse == 'YES' %}
<li class="force-break">
<li>
Pursuant to Section 5 of the Name Act, Claimant 2 shall
bear the name of {{ responses.name_change_spouse_fullname }}
to take effect on {% effective_date %}.


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

@ -106,7 +106,7 @@
SWEAR (OR AFFIRM) THAT:
</p>
<ol class="numbered-paragraphs">
<ol class="numbered-paragraphs force-break-last">
<li>We are claimant 1 and claimant 2.</li>
<li>There is no possibility of reconciliation between my spouse and me.</li>
<li>We believe that the facts set out in the notice of family claim are true.</li>
@ -145,12 +145,12 @@
justice, or to any agreement, understanding or arrangement to
fabricate or suppress evidence or to deceive the court.</li>
<li class="{% if responses.name_change_you != 'YES' and responses.name_change_spouse != 'YES' %}force-break{% endif %}">
<li>
There are no children of the marriage as defined by the
<em>Divorce Act</em> (Canada).</li>
{% if responses.name_change_you == 'YES' %}
<li class="{% if responses.name_change_spouse != 'YES' %}force-break{% endif %}">
<li>
Pursuant to Section 5 of the Name Act, Claimant 1 shall
bear the name of {{ responses.name_change_you_fullname }}
to take effect on {% effective_date %}.
@ -158,7 +158,7 @@
{% endif %}
{% if responses.name_change_spouse == 'YES' %}
<li class="force-break">
<li>
Pursuant to Section 5 of the Name Act, Claimant 2 shall
bear the name of {{ responses.name_change_spouse_fullname }}
to take effect on {% effective_date %}.


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

@ -88,13 +88,13 @@
</p>
{% endif %}
<div class="avoid-break">
<div>
{% if derived.wants_spousal_support or derived.wants_property_division or derived.wants_child_support or derived.wants_other_orders %}
<p>THIS COURT ORDERS that BY CONSENT:</p>
{% endif %}
<ol class="numbered-paragraphs">
<ol class="numbered-paragraphs force-break-last">
{% if derived.wants_spousal_support %}
<li>{{ responses.spouse_support_details }}</li>
{% endif %}


Loading…
Cancel
Save