From bc35ce4d52f7aceb6b4b25f0088a04e73eb6f92f Mon Sep 17 00:00:00 2001
From: Justin Johnson
- Claimant 1:{% include "partials/name_with_alias.html" with name=responses.name_you use_other_name=responses.any_other_name_you other_names=responses.other_name_you class_name='form-entry_claimant' %} + Claimant 1: + {% include "partials/name_with_alias.html" with name=responses.name_you use_other_name=responses.any_other_name_you other_names=responses.other_name_you class_name='form-entry_claimant' %}
- Claimant 2:{% include "partials/name_with_alias.html" with name=responses.name_spouse use_other_name=responses.any_other_name_spouse other_names=responses.other_name_spouse class_name='form-entry_claimant' %} + Claimant 2: + {% include "partials/name_with_alias.html" with name=responses.name_spouse use_other_name=responses.any_other_name_spouse other_names=responses.other_name_spouse class_name='form-entry_claimant' %}
diff --git a/edivorce/apps/core/templates/pdf/form37.html b/edivorce/apps/core/templates/pdf/form37.html index d0375c97..6678a4d2 100644 --- a/edivorce/apps/core/templates/pdf/form37.html +++ b/edivorce/apps/core/templates/pdf/form37.html @@ -36,8 +36,15 @@
This is the affidavit
- of {% required responses.name_you %} and
- {% required responses.name_spouse %} in this case,
+ of
+{% if responses.which_claimant == 'both' or responses.which_claimant == 'Claimant 1' %}
+ {% required responses.name_you %}
+{% endif %}
+{% if responses.which_claimant == 'both' %}and
{% endif %}
+{% if responses.which_claimant == 'both' or responses.which_claimant == 'Claimant 2' %}
+ {% required responses.name_spouse %}
+{% endif %}
+ in this case,
and was made on
- This is the affidavit -
- -- of {% required responses.name_claimant %} in this case -
- -
- and was made on
+ This is the affidavit
+ of
+{% if responses.which_claimant == 'both' or responses.which_claimant == 'Claimant 1' %}
+ {% required responses.name_you %}
+{% endif %}
+{% if responses.which_claimant == 'both' %}and
{% endif %}
+{% if responses.which_claimant == 'both' or responses.which_claimant == 'Claimant 2' %}
+ {% required responses.name_spouse %}
+{% endif %}
+ in this case,
+ and was made on
@@ -103,7 +105,7 @@
{% required responses.address_to_send_official_document_postal_code_spouse size=100 trail=',' %}
{% endif %}
-
+ {% required responses.occupation_spouse %},
SWEAR (OR AFFIRM) THAT: