Browse Source
Merge pull request #67 from dominikszopa/DIV-973-additional-fix
Added check for child support in Form35
pull/160/head
Dominik Szopa
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
edivorce/apps/core/templates/pdf/form35.html
|
|
|
@ -85,11 +85,11 @@ |
|
|
|
{% checkbox True %} proof of service of the notice of family claim or counterclaim, as the case may be. |
|
|
|
</p> |
|
|
|
<p> |
|
|
|
{% if responses.num_actual_children > 0 %} |
|
|
|
{% checkbox True %} |
|
|
|
{% if responses.num_actual_children > 0 and 'Child support' in responses.want_which_orders %} |
|
|
|
{% checkbox True %} |
|
|
|
{% else %} |
|
|
|
{% checkbox False %} |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
Child Support Affidavit in Form F37. |
|
|
|
</p> |
|
|
|
<p> |
|
|
|
|