Browse Source

DIV-509

pull/160/head
Justin Johnson 8 years ago
parent
commit
4958f7e2a5
2 changed files with 11 additions and 7 deletions
  1. +5
    -4
      edivorce/apps/core/templates/pdf/form38.html
  2. +6
    -3
      edivorce/apps/core/templates/pdf/form38_we.html

+ 5
- 4
edivorce/apps/core/templates/pdf/form38.html View File

@ -110,6 +110,7 @@
{% endfor %}.
{% else %}<span class="form-entry not-complete"></span>{% endif %}
</li>
<li>
I am neither directly nor indirectly a party to an agreement or
conspiracy for the purpose of subverting the administration of
@ -117,14 +118,14 @@
fabricate or suppress evidence or to deceive the court.
</li>
<li class="force-break">
<!-- Keep question #7 together with the sig block, so the sig block is never on a page by iteself. -->
<li class="{% if responses.which_claimant == 'Claimant 1' and responses.name_change_you != 'YES' or responses.which_claimant == 'Claimant 2' and responses.name_change_spouse != 'YES' %}force-break{% endif %}">
<!-- Keep last item together with the sig block, so the sig block is never on a page by iteself. -->
There are no children of the marriage as defined by the <em>Divorce
Act</em> (Canada).
</li>
{% if responses.which_claimant == 'Claimant 1' and responses.name_change_you == 'YES' %}
<li>
<li class="force-break">
Pursuant to Section 5 of the Name Act, Claimant 1 shall
bear the name of {{ responses.name_change_you_fullname }}
to take effect on {% effective_date %}.
@ -132,7 +133,7 @@
{% endif %}
{% if responses.which_claimant == 'Claimant 2' and responses.name_change_spouse == 'YES' %}
<li>
<li class="force-break">
Pursuant to Section 5 of the Name Act, Claimant 2 shall
bear the name of {{ responses.name_change_spouse_fullname }}
to take effect on {% effective_date %}.


+ 6
- 3
edivorce/apps/core/templates/pdf/form38_we.html View File

@ -108,15 +108,18 @@
{% endfor %}.
{% else %}<span class="form-entry not-complete"></span>{% endif %}
</li>
<li>We are neither directly nor indirectly a party to an agreement or
conspiracy for the purpose of subverting the administration of
justice, or to any agreement, understanding or arrangement to
fabricate or suppress evidence or to deceive the court.</li>
<li>There are no children of the marriage as defined by the
<li class="{% if responses.name_change_you != 'YES' and responses.name_change_spouse != 'YES' %}force-break{% endif %}">
There are no children of the marriage as defined by the
<em>Divorce Act</em> (Canada).</li>
{% if responses.name_change_you == 'YES' %}
<li>
<li class="{% if responses.name_change_spouse != 'YES' %}force-break{% endif %}">
Pursuant to Section 5 of the Name Act, Claimant 1 shall
bear the name of {{ responses.name_change_you_fullname }}
to take effect on {% effective_date %}.
@ -124,7 +127,7 @@
{% endif %}
{% if responses.name_change_spouse == 'YES' %}
<li>
<li class="force-break">
Pursuant to Section 5 of the Name Act, Claimant 2 shall
bear the name of {{ responses.name_change_spouse_fullname }}
to take effect on {% effective_date %}.


Loading…
Cancel
Save