diff --git a/edivorce/apps/core/templates/dashboard/print_form.html b/edivorce/apps/core/templates/dashboard/print_form.html index 348f8819..e6e3bb8f 100644 --- a/edivorce/apps/core/templates/dashboard/print_form.html +++ b/edivorce/apps/core/templates/dashboard/print_form.html @@ -174,7 +174,7 @@ -{% if number_children_seeking_support|add:"0" > 0 %} +{% if children_of_marriage == 'YES' %}
The affidavit will need to be sworn or affirmed. You can either - jointly prepare {% if number_children_seeking_support|add:"0" > 0 %}one Child Support Affidavit (F37) and{% endif %} one Affidavit — Desk Order Divorce form (F38) or - complete two versions {% if number_children_seeking_support|add:"0" > 0 %}of each{% endif %} and swear/affirm them separately. + jointly prepare {% if children_of_marriage == 'YES' %}one Child Support Affidavit (F37) and{% endif %} one Affidavit — Desk Order Divorce form (F38) or + complete two versions {% if children_of_marriage == 'YES' %}of each{% endif %} and swear/affirm them separately.