diff --git a/edivorce/apps/core/templates/pdf/form1.html b/edivorce/apps/core/templates/pdf/form1.html
index 9e62acb1..efc3c468 100644
--- a/edivorce/apps/core/templates/pdf/form1.html
+++ b/edivorce/apps/core/templates/pdf/form1.html
@@ -210,7 +210,7 @@
| {% else %} fa-square-o" aria-hidden="true"> {% endif %} It is impossible to obtain a certificate of marriage or registration of marriage because:
- {% if responses.not_provide_certificate_reason and responses.original_marriage_certificate == 'NO' and not responses.provide_certificate_later == 'YES' %} {{ responses.not_provide_certificate_reason }} {% else %} {% endif %}
+ {% if responses.not_provide_certificate_reason and responses.original_marriage_certificate == 'NO' and not responses.provide_certificate_later == 'YES' %} {{ responses.not_provide_certificate_reason|linebreaksbr }} {% else %} {% endif %}
|
@@ -294,7 +294,7 @@
{% check_list source=responses.want_which_orders value='Spousal support' as order_wanted %}
| Claimant 1 and Claimant 2 are asking for an order for spousal support as follows:
- {% if responses.spouse_support_details %} {{responses.spouse_support_details }} {% else %} {% endif %}
+ {% if responses.spouse_support_details %} {{responses.spouse_support_details|linebreaksbr }} {% else %} {% endif %}
|
@@ -322,7 +322,7 @@
| {% else %} fa-square-o" aria-hidden="true"> {% endif %} an unequal division of family property and family debt as follows:
- {% if responses.how_to_divide_property_debt %} {{ responses.how_to_divide_property_debt }} {% else %} {% endif %}
+ {% if responses.how_to_divide_property_debt %} {{ responses.how_to_divide_property_debt|linebreaksbr }} {% else %} {% endif %}
|
@@ -330,7 +330,7 @@
| 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 %} {{ responses.other_property_claims }} {% else %} {% endif %} |
+ {% if responses.other_property_claims %} {{ responses.other_property_claims|linebreaksbr }} {% else %} {% endif %}
@@ -340,7 +340,7 @@
{% check_list source=responses.want_which_orders value='Other orders' as order_wanted %}
- | Claimant 1 and Claimant 2 are asking for an order in the following terms: {% if responses.other_orders_detail %} {{ responses.other_orders_detail }} {% else %} {% endif %}
+ | Claimant 1 and Claimant 2 are asking for an order in the following terms: {% if responses.other_orders_detail %} {{ responses.other_orders_detail|linebreaksbr }} {% else %} {% endif %}
[set out terms of proposed order]
|