diff --git a/edivorce/apps/core/templates/dashboard/print_form.html b/edivorce/apps/core/templates/dashboard/print_form.html index 0a3c77d7..863afc7a 100644 --- a/edivorce/apps/core/templates/dashboard/print_form.html +++ b/edivorce/apps/core/templates/dashboard/print_form.html @@ -185,7 +185,7 @@
-Some text here diff --git a/edivorce/apps/core/templates/pdf/form96.html b/edivorce/apps/core/templates/pdf/form96.html new file mode 100644 index 00000000..b8b95a87 --- /dev/null +++ b/edivorce/apps/core/templates/pdf/form96.html @@ -0,0 +1,138 @@ +{% load static %} +{% load format_utils %} + + + +
+ + + ++ Court File No.: +
++ Court Registry: {% if responses.court_registry_for_filing %} {{ responses.court_registry_for_filing }} {% else %} {% endif %} +
++ In the Supreme Court of British Columbia +
+ ++ Claimant 1: + {% if responses.name_you %} + {% 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' %} + {% else %} + + {% endif %} +
++ Claimant 2: + {% if responses.name_spouse %} + {% 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' %} + {% else %} + + {% endif %} +
+ +[Check whichever one of the following boxes is correct and complete the required information.]
+{% checkbox False %} I, + , am the + lawyer acting for {{ responses.which_claimant }}, + {% if responses.which_claimant == 'Claimant 1' %} + {% required responses.name_you %}. + {% endif %} + {% if responses.which_claimant == 'Claimant 2' %} + {% required responses.name_spouse %}. + {% endif %} +
+{% checkbox False %} I, + {% if responses.which_claimant == 'Claimant 1' %} + {% required responses.name_you %}, + {% endif %} + {% if responses.which_claimant == 'Claimant 2' %} + {% required responses.name_spouse %}, + {% endif %} + am {{ responses.which_claimant }} and I am not represented by a lawyer.
++ I advise as follows: +
+ +| Date: | ++ | + | + | + | + |
| + | [dd/mmm/yyyy] | ++ |
+ Signature of ++ {% checkbox False %} party + {% checkbox False %} lawyer for party(ies) + + |
+ + |
+ [Print name] + |
+