diff --git a/edivorce/apps/core/templates/pdf/form1.html b/edivorce/apps/core/templates/pdf/form1.html index 94a126a5..22ad0b33 100644 --- a/edivorce/apps/core/templates/pdf/form1.html +++ b/edivorce/apps/core/templates/pdf/form1.html @@ -213,6 +213,7 @@
| From: {{ period|first|date_formatter }} | +To: {{ period|last|date_formatter }} | +
| From: | +To: | +
from: {{period | first |date_formatter }}
- {% endfor %} -to: {{period | last |date_formatter }}
- {% endfor %} -From:
To:
|
- A. Property claims under the Family Law Act
-
- {% checkbox want_which_orders='Division of property and debts' %}
+
+
+ |
- A. Property claims under the Family Law Act
+
+ {% checkbox want_which_orders='Division of property and debts' %}
+
+
+ Claimant 1 and Claimant 2 are asking for an order for: +
+
+ {% checkbox want_which_orders='Division of property and debts' deal_with_property_debt='Equal division' %}
+
+
+
+ an equal division of family property and family debt
+ +
+
+ {% checkbox want_which_orders='Division of property and debts' deal_with_property_debt='Unequal division' %}
+
+
+ an unequal division of family property and family debt as follows:
+
+ {% if responses.deal_with_property_debt == 'Unequal division' and responses.how_to_divide_property_debt and 'Division of property and debts' in responses.want_which_orders %}
+
- Claimant 1 and Claimant 2 are asking for an order for:
- -
-
- {% checkbox want_which_orders='Division of property and debts' deal_with_property_debt='Equal division' %}
-
-
-
- an equal division of family property and family debt
- -
-
- {% checkbox want_which_orders='Division of property and debts' deal_with_property_debt='Unequal division' %}
-
-
-
- an unequal division of family property and family debt as follows:
-
- {% if responses.deal_with_property_debt == 'Unequal division' and responses.how_to_divide_property_debt and responses.want_which_orders == 'Division of property and debts' %}
-
-
- |
- B. Other property claims
- {% checkbox responses.other_property_claims %}
-
- 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:
- - - {% if responses.other_property_claims %} -
|
+
|
+ B. Other property claims
+ {% checkbox responses.other_property_claims %}
+
+ 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:
+ + + {% if responses.other_property_claims %} +
|
+