diff --git a/edivorce/apps/core/static/css/weasyprint.css b/edivorce/apps/core/static/css/weasyprint.css
index 69d5079d..928c0aba 100644
--- a/edivorce/apps/core/static/css/weasyprint.css
+++ b/edivorce/apps/core/static/css/weasyprint.css
@@ -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;
+}
+
diff --git a/edivorce/apps/core/templates/pdf/form37.html b/edivorce/apps/core/templates/pdf/form37.html
index 0d581682..77bc685e 100644
--- a/edivorce/apps/core/templates/pdf/form37.html
+++ b/edivorce/apps/core/templates/pdf/form37.html
@@ -107,7 +107,7 @@
SWEAR (OR AFFIRM) THAT:
-
+
-
{% if responses.which_claimant == 'both' %}
We are claimant 1 and claimant 2.
@@ -303,7 +303,7 @@
{% endif %}
- -
+
-
The amount of arrears of child support, as at
{% now "M j, Y" %},
under any existing order or written agreement is
diff --git a/edivorce/apps/core/templates/pdf/form38.html b/edivorce/apps/core/templates/pdf/form38.html
index 49bd2891..d5bc80e5 100644
--- a/edivorce/apps/core/templates/pdf/form38.html
+++ b/edivorce/apps/core/templates/pdf/form38.html
@@ -86,7 +86,7 @@
SWEAR (OR AFFIRM) THAT:
-
+
-
I am {% required responses.which_claimant %}.
@@ -134,14 +134,13 @@
fabricate or suppress evidence or to deceive the court.
- -
-
+
-
There are no children of the marriage as defined by the Divorce
Act (Canada).
{% if responses.which_claimant == 'Claimant 1' and responses.name_change_you == 'YES' %}
- -
+
-
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' %}
-
-
+
-
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 %}.
diff --git a/edivorce/apps/core/templates/pdf/form38_we.html b/edivorce/apps/core/templates/pdf/form38_we.html
index 4cccca67..b419126e 100644
--- a/edivorce/apps/core/templates/pdf/form38_we.html
+++ b/edivorce/apps/core/templates/pdf/form38_we.html
@@ -106,7 +106,7 @@
SWEAR (OR AFFIRM) THAT:
-
+
- We are claimant 1 and claimant 2.
- There is no possibility of reconciliation between my spouse and me.
- We believe that the facts set out in the notice of family claim are true.
@@ -145,12 +145,12 @@
justice, or to any agreement, understanding or arrangement to
fabricate or suppress evidence or to deceive the court.
- -
+
-
There are no children of the marriage as defined by the
Divorce Act (Canada).
{% if responses.name_change_you == 'YES' %}
- -
+
-
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' %}
-
-
+
-
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 %}.
diff --git a/edivorce/apps/core/templates/pdf/form52.html b/edivorce/apps/core/templates/pdf/form52.html
index e6fef28d..a80c074e 100644
--- a/edivorce/apps/core/templates/pdf/form52.html
+++ b/edivorce/apps/core/templates/pdf/form52.html
@@ -88,13 +88,13 @@
{% endif %}
-
+
{% if derived.wants_spousal_support or derived.wants_property_division or derived.wants_child_support or derived.wants_other_orders %}
THIS COURT ORDERS that BY CONSENT:
{% endif %}
-
+
{% if derived.wants_spousal_support %}
- {{ responses.spouse_support_details }}
{% endif %}