diff --git a/edivorce/apps/core/templates/pdf/form1.html b/edivorce/apps/core/templates/pdf/form1.html index ecd09392..9b712203 100644 --- a/edivorce/apps/core/templates/pdf/form1.html +++ b/edivorce/apps/core/templates/pdf/form1.html @@ -154,8 +154,19 @@ {% else %} fa-square-o" aria-hidden="true"> {% endif %} Claimant 1 and Claimant 2 have lived together again during the following period(s), in an unsuccessful attempt to reconcile: [give dates of period(s)] -

From:  

From:  

From:  

-

to:  

to:  

to:  

+ {% multiple_values_to_list source=responses.reconciliation_period as periods %} + {% if periods != '[]' %} + + {% for period in periods %} +

from: {{period | first}}

+ {% endfor %} + + + {% for period in periods %} +

to: {{period | last }}

+ {% endfor %} + + {% else %}

From:  

{% endif %} (ii) Other grounds , under section 8 (2) (b) of the Divorce Act (Canada):   diff --git a/edivorce/apps/core/templates/pdf/form38.html b/edivorce/apps/core/templates/pdf/form38.html index 1ecb7958..96e6c88f 100644 --- a/edivorce/apps/core/templates/pdf/form38.html +++ b/edivorce/apps/core/templates/pdf/form38.html @@ -1,4 +1,5 @@ {% load static %} +{% load input_field %} @@ -34,34 +35,40 @@ Court File No.:  

- Court Registry:   + Court Registry: {% if responses.court_registry_for_filing %} {{ responses.court_registry_for_filing }} {% else %}   {% endif %}

In the Supreme Court of British Columbia

- Claimant: + Claimant: {% 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 %}

-

+

- Respondent: + Respondent: {% 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 %}

-

+

AFFIDAVIT - DESK ORDER DIVORCE

-

- [Rule 21-1 of the Supreme Court Family Rules applies to all forms.] -

+

- [Complete the form in accordance with the instructions found in the bracketed italicized wording and then remove all bracketed italicized wording so that it does not appear in the form when the form is filed.] -

-

- I, [name], of [address], [occupation], SWEAR (OR AFFIRM) THAT: + I, {% if responses.name_you %}{{ responses.name_you }}{% else %}[name]{% endif %}, of + {% if responses.address_to_send_official_document_street_you and responses.address_to_send_official_document_city_you and responses.address_to_send_official_document_prov_you and responses.address_to_send_official_document_country_you and responses.address_to_send_official_document_postal_code_you %} + {{ responses.address_to_send_official_document_street_you }}, {{ responses.address_to_send_official_document_city_you }}, {{ responses.address_to_send_official_document_prov_you }}, + {% if responses.address_to_send_official_document_country_you == 'Other' %} {{ responses.address_to_send_official_document_other_country_you }}{% else %} {{ responses.address_to_send_official_document_country_you }}{% endif %}, {{ responses.address_to_send_official_document_postal_code_you }} {% else %}[address]{% endif %}, + {% if responses.form38_dummy_occupation_you %} {{ responses.form38_dummy_occupation_you }}{% else %}[occupation]{% endif %}, SWEAR (OR AFFIRM) THAT:

1 I am [the claimant/the respondent/Claimant 1/Claimant 2]. @@ -69,94 +76,122 @@

2 There is no possibility of reconciliation between my spouse and me.

-

+ +

+

- 3 I believe that the facts set out in the notice of family claim are true. -

-

- 3 I believe that the facts set out in the response to family claim and counterclaim are true. + 3 I believe that the facts set out in {% if responses.form38_dummy_facts == 'option1' %}the notice of family claim{% else %}the response to family claim and counterclaim{% endif %} are true.

-

+ +

-

- 4 The certificate of marriage or certified copy of the registration of marriage filed in this family law case fully and correctly describes the true particulars of the marriage. -

-

- 4 It is impossible to obtain a certificate of marriage or a certified copy of the registration of marriage and instead, in accordance with section 52 (1) (a) of the Evidence Act, I refer to the affidavit of [name], - a person who was present at the marriage ceremony, which affidavit is filed in this family law case. -

-

+ + {% if responses.original_marriage_certificate == 'YES' %} +

+ 4 The certificate of marriage or certified copy of the registration of marriage filed in this family law case fully and correctly describes the true particulars of the marriage. +

+ {% else %} +

+ 4 It is impossible to obtain a certificate of marriage or a certified copy of the registration of marriage and instead, in accordance with section 52 (1) (a) of the Evidence Act, I refer to the affidavit of {% if responses.form38_dummy_witness %}{{ responses.form38_dummy_witness }}{% else %}[name]{% endif %}, + a person who was present at the marriage ceremony, which affidavit is filed in this family law case. +

+ {% endif %} + + -

- 5 [Select this provision if the grounds for divorce are separation for more than one year.] I was living separate and apart from my spouse at the start of this family law case and I have lived separate and apart from my spouse since - [dd/mmm/yyyy] , except: [provide dates of any periods of attempted reconciliation]. -

-

- 5 [Select this provision if the grounds for divorce are adultery of a spouse and there has been an admission of adultery.] My spouse has admitted to me that [he/she] committed the acts of adultery alleged in Schedule - 1 of the [notice of family claim/counterclaim] and -

-

- (a) as corroboration I refer to [Set out whichever one of the following is applicable: the affidavit(s) of [name(s)], / the transcript of the examination for discovery of [name] - marked as Exhibit "A" to this affidavit ] , -

-

- (b) I have not condoned the conduct of my spouse that is alleged as the grounds for divorce in that I have not forgiven my spouse for that conduct, nor have I encouraged or acquiesced in that conduct. -

-

- 5 [Select this provision if the grounds for divorce are adultery of a spouse and there has been no admission of adultery.] I have no personal knowledge of the acts of adultery alleged in Schedule 1 of the  [notice of family claim/counterclaim]  - and -

-

- (a) in proof of the adultery committed by my spouse I refer to  [Set out whichever one of the following is applicable: the affidavit(s) of  [name(s)] , / the transcript of the examination - for discovery of  [name]  marked as Exhibit "A" to this affidavit]  , -

-

- (b) I have not condoned the conduct of my spouse that is alleged as the grounds for divorce in that I have not forgiven my spouse for that conduct, nor have I encouraged or acquiesced in that conduct. -

-

- 5 [Select this provision if the grounds for divorce are physical or mental cruelty of a spouse.] My spouse has treated me with physical or mental cruelty since the date of the marriage as follows:  [provide details]  -

+ + {% if responses.divorce_reason == 'live separate' %} +

+ 5 I was living separate and apart from my spouse at the start of this family law case and I have lived separate and apart from my spouse since + {% if responses.separation_date %} {{ responses.separation_date }}{% else %} [dd/mmm/yyyy]{% endif %}, except: + {% multiple_values_to_list source=responses.reconciliation_period as periods %} + {% if periods != '[]' %} + {% for period in periods %} + {{ period }} + {% endfor %} + {% else %}[provide dates of any periods of attempted reconciliation].{% endif %} +

+ {% else %} +

+ 5 [Select this provision if the grounds for divorce are adultery of a spouse and there has been an admission of adultery.] My spouse has admitted to me that [he/she] committed the acts of adultery alleged in Schedule + 1 of the [notice of family claim/counterclaim] and +

+

+ (a) as corroboration I refer to [Set out whichever one of the following is applicable: the affidavit(s) of [name(s)], / the transcript of the examination for discovery of [name] + marked as Exhibit "A" to this affidavit ] , +

+

+ (b) I have not condoned the conduct of my spouse that is alleged as the grounds for divorce in that I have not forgiven my spouse for that conduct, nor have I encouraged or acquiesced in that conduct. +

+

+ 5 [Select this provision if the grounds for divorce are adultery of a spouse and there has been no admission of adultery.] I have no personal knowledge of the acts of adultery alleged in Schedule 1 of the  [notice of family claim/counterclaim]  + and +

+

+ (a) in proof of the adultery committed by my spouse I refer to  [Set out whichever one of the following is applicable: the affidavit(s) of  [name(s)] , / the transcript of the examination + for discovery of  [name]  marked as Exhibit "A" to this affidavit]  , +

+

+ (b) I have not condoned the conduct of my spouse that is alleged as the grounds for divorce in that I have not forgiven my spouse for that conduct, nor have I encouraged or acquiesced in that conduct. +

+

+ 5 [Select this provision if the grounds for divorce are physical or mental cruelty of a spouse.] My spouse has treated me with physical or mental cruelty since the date of the marriage as follows:  [provide details]  +

+ {% endif %}

6 I am 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.

-

+ +

-

- 7 There are no children of the marriage as defined by the Divorce Act (Canada). -

-

- 7 There are children of the marriage as defined by the Divorce Act (Canada) and -

-

- (a) those children are  [provide the full name, age and birth date of each child of the marriage] , -

-

- (b) I have sworn a child support affidavit in Form F37, and -

-

- (c) the following arrangements for parenting have been made:  [provide details]  . -

-

+ + {% if responses.children_of_marriage == 'NO' %} +

+ 7 There are no children of the marriage as defined by the Divorce Act (Canada). +

+ {% else %} +

+ 7 There are children of the marriage as defined by the Divorce Act (Canada) and +

+

+ (a) those children are  [provide the full name, age and birth date of each child of the marriage] , +

+

+ (b) I have sworn a child support affidavit in Form F37, and +

+

+ (c) the following arrangements for parenting have been made:  [provide details]  . +

+ {% endif %} + + -

- 8 Pursuant to section 5 of the Name Act, I am seeking to change my name from   to   . This application for a name change relates only to myself. -

-

- [Select and complete the following provision if you are seeking a change of name for one or more minor children. If you are not seeking a change of name for one or more minor children, remove this provision so that it does not appear in the form when the form is filed. Renumber this provision as section 8 if you are seeking a change of name for one or more minor children and have not included a section 8 immediately before this provision.] -

-

- 9 Pursuant to section 5 of the Name Act, I am seeking to change the name(s) of the minor child(ren) of the marriage as follows, and a copy of the consent(s) to the change(s) of name referred to in this section of [name] - who is/are [relationship to child(ren)] is/are attached to this affidavit and marked as Exhibit(s) [A, B, C, D, as the case may be]. [Complete the following for each minor child of the marriage for whom a name change is sought.] -

-

- from   to:   -

+ {% if responses.form38_dummy_new_name %} +

+ 8 Pursuant to section 5 of the Name Act, I am seeking to change my name from {% if responses.name_you %}{{ responses.name_you }}{% else %} {% endif %} to {% if responses.form38_dummy_new_name %}{{ responses.form38_dummy_new_name }}{% else %} {% endif %}. This application for a name change relates only to myself. +

+ {% endif %} + + + diff --git a/edivorce/apps/core/templates/pdf/form52.html b/edivorce/apps/core/templates/pdf/form52.html index 630b4dd3..f93b3138 100644 --- a/edivorce/apps/core/templates/pdf/form52.html +++ b/edivorce/apps/core/templates/pdf/form52.html @@ -1,4 +1,5 @@ {% load static %} +{% load input_field %} @@ -25,32 +26,36 @@ Court File No.:  

- Court Registry:   + Court Registry: {% if responses.court_registry_for_filing %} {{ responses.court_registry_for_filing }} {% else %}   {% endif %}

In the Supreme Court of British Columbia

- Claimant: + Claimant:{% 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 %}

- Respondent: + Respondent:{% 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 %}

FINAL ORDER

-

- [Rule 21-1 of the Supreme Court Family Rules applies to all forms.] -

-

-

- [Complete the form in accordance with the instructions found in the bracketed italicized wording and then remove all bracketed italicized wording so that it does not appear in the form when the form is filed.] -

+ +
- + @@ -58,44 +63,59 @@
  THE HONOURABLE JUSTICE or A JUDGE OF THE COURT or MASTER or A MASTER OF THE COURT BEFORE A JUDGE OF THE COURT [dd/mm/yyyy]
-

- [Select whichever one of the 4 following provisions is correct, provide any required information and remove the provisions that have not been selected so that they do not appear in the form when the form is filed.] -

-

- This family law case coming on for trial at  , on [dd/mmm/yyyy], and on hearing  , [add the following if applicable: the lawyer for] the claimant and  , - [add the following if applicable: the lawyer for] the respondent, and on considering the evidence put forward [add the following if applicable: AND JUDGMENT being reserved to this date]; -

-

- This family law case coming on for hearing at   on [dd/mmm/yyyy] and on hearing [name of party/lawyer] and [name of party/lawyer], - and on considering the evidence put forward; -

-

- This family law case coming on for summary trial under Rule 11-3 of the Supreme Court Family Rules at   on [dd/mmm/yyyy], and on hearing [name of party/lawyer] and [name of party/lawyer], - and on considering the evidence put forward; -

+ + + +

This family law case coming on as an undefended family law case without an oral hearing under Rule 10-10 of the Supreme Court Family Rules, and on considering the evidence put forward;

THIS COURT ORDERS that

-

+ +

+

- Subject to section 12 of the Divorce Act (Canada), the claimant, [name], and the respondent, [name], who were married at [place] - on [dd/mmm/yyyy], are divorced from each other, the divorce to take effect on the 31st day after the date of this order. -

-

- Subject to section 12 of the Divorce Act (Canada), the claimant, [name], and the respondent, [name], who were married at  [place]  - on [dd/mmm/yyyy], are divorced from each other, the divorce to take effect on [dd/mmm/yyyy]. + Subject to section 12 of the Divorce Act (Canada), the claimant, {% if responses.name_you %}{{name_you}}{% else %}[name]{% endif %}, and the respondent, {% if responses.name_spouse %}{{ name_spouse }}{% else %}[name]{% endif %}, who were married at + {% if responses.where_were_you_married_city and responses.where_were_you_married_prov and responses.where_were_you_married_country %} + {{responses.where_were_you_married_city}}; {{responses.where_were_you_married_prov}}; + {% if responses.where_were_you_married_country == 'Other' %} {{ responses.where_were_you_married_other_country }} + {% else %} {{responses.where_were_you_married_country}}{% endif %} + {% else %}[place]{% endif %} + on {% if responses.when_were_you_married %} {{ responses.when_were_you_married }} {% else %}[dd/mmm/yyyy]{% endif %}, are divorced from each other, + {% if responses.divorce_take_effect_on == 'the 31st day after' %} + the divorce to take effect on the 31st day after the date of this order. + {% else %} + the divorce to take effect on {% if responses.divorce_take_effect_on_specific_date %}{{ responses.divorce_take_effect_on_specific_date }}{% else %}[dd/mmm/yyyy]{% endif %}. + {% endif %}

THIS COURT ORDERS that

-

+ +

+

1  

@@ -108,9 +128,11 @@

THE FOLLOWING PARTIES APPROVE THE FORM OF THIS ORDER AND CONSENT TO EACH OF THE ORDERS, IF ANY, THAT ARE INDICATED ABOVE AS BEING BY CONSENT:

-

+ +

+
diff --git a/edivorce/apps/core/templates/question/09_other_questions.html b/edivorce/apps/core/templates/question/09_other_questions.html index 1d0bf826..0b36f1c2 100644 --- a/edivorce/apps/core/templates/question/09_other_questions.html +++ b/edivorce/apps/core/templates/question/09_other_questions.html @@ -74,6 +74,15 @@ {% input_field type="text" id="email_textbox" name="address_to_send_official_document_email_spouse" class="form-block input-wide response-textbox" %} + +
+

Divorce is to take effect on:

+
+
+ +

If you select the "specific date" option you will need to request this as an "other" order and you will need to provide affidavit evidence to support the order.

+ +
{% endblock %} {% block formBack %}{% url 'question_steps' '08_other_orders' %}{% endblock %} diff --git a/edivorce/apps/core/templates/question/12_uncategorized.html b/edivorce/apps/core/templates/question/12_uncategorized.html index b35023d8..c53d7efb 100644 --- a/edivorce/apps/core/templates/question/12_uncategorized.html +++ b/edivorce/apps/core/templates/question/12_uncategorized.html @@ -69,12 +69,57 @@

Will you be swearing/affirming your affidavit together at the registry? Or will you be doing this separately?

+
+

Your occupation

+
{% input_field type="text" name="form38_dummy_occupation_you" class="form-block input-wide response-textbox" %}
+

Your spouse's occupation

+
{% input_field type="text" name="form38_dummy_occupation_spouse" class="form-block input-wide response-textbox" %}
+
+
+

The facts set out in the: (show if separate is clicked)

+
+ + +
+
+ {% if responses.original_marriage_certificate == 'NO' %} +
+

Name of a person who was present at the marriage ceremony(show if no to provide marriage certificate

+
{% input_field type="text" name="form38_dummy_witness" class="form-block input-wide response-textbox" %}
+
+ {% endif %} +
+

change to new name

+
{% input_field type="text" name="form38_dummy_new_name" class="form-block input-wide response-textbox" %}
+

For who? (for together)

+
+ + +
+

gender? (for together)

+
+ + +
+
diff --git a/edivorce/apps/core/views/pdf.py b/edivorce/apps/core/views/pdf.py index dfb7dc44..db5a3edc 100644 --- a/edivorce/apps/core/views/pdf.py +++ b/edivorce/apps/core/views/pdf.py @@ -14,6 +14,8 @@ def form(request, form_number): user = BceidUser.objects.get(user_guid=request.bceid_user.guid) responses = get_responses_from_db(user) + if form_number == '38' and responses['form38_dummy_together'] == 'together': + form_number += '_we' return render_form(request, 'form%s' % form_number, { "css_root": settings.WEASYPRINT_CSS_LOOPBACK, diff --git a/edivorce/fixtures/Question.json b/edivorce/fixtures/Question.json index e64ab1bf..162c6a92 100644 --- a/edivorce/fixtures/Question.json +++ b/edivorce/fixtures/Question.json @@ -386,7 +386,7 @@ { "fields": { "name": "What is the best address to send you official court documents? Street Number", - "description": "For step 10, Form 1 8. Claimants' addresses for service" + "description": "For step 9, Form 1 8. Claimants' addresses for service" }, "model": "core.question", "pk": "address_to_send_official_document_street_you" @@ -394,7 +394,7 @@ { "fields": { "name": "What is the best address to send you official court documents? City", - "description": "For step 10, Form 1 8. Claimants' addresses for service" + "description": "For step 9, Form 1 8. Claimants' addresses for service" }, "model": "core.question", "pk": "address_to_send_official_document_city_you" @@ -402,7 +402,7 @@ { "fields": { "name": "What is the best address to send you official court documents? Prov", - "description": "For step 10, Form 1 8. Claimants' addresses for service" + "description": "For step 9, Form 1 8. Claimants' addresses for service" }, "model": "core.question", "pk": "address_to_send_official_document_prov_you" @@ -410,7 +410,7 @@ { "fields": { "name": "What is the best address to send you official court documents? Country", - "description": "For step 10, Form 1 8. Claimants' addresses for service" + "description": "For step 9, Form 1 8. Claimants' addresses for service" }, "model": "core.question", "pk": "address_to_send_official_document_country_you" @@ -418,7 +418,7 @@ { "fields": { "name": "What is the best address to send you official court documents? Other Country", - "description": "For step 10, Form 1 8. Claimants' addresses for service" + "description": "For step 9, Form 1 8. Claimants' addresses for service" }, "model": "core.question", "pk": "address_to_send_official_document_other_country_you" @@ -426,7 +426,7 @@ { "fields": { "name": "What is the best address to send you official court documents? Postal code", - "description": "For step 10, Form 1 8. Claimants' addresses for service" + "description": "For step 9, Form 1 8. Claimants' addresses for service" }, "model": "core.question", "pk": "address_to_send_official_document_postal_code_you" @@ -434,7 +434,7 @@ { "fields": { "name": "What is the best address to send you official court documents? Fax number", - "description": "For step 10, Form 1 8. Claimants' addresses for service" + "description": "For step 9, Form 1 8. Claimants' addresses for service" }, "model": "core.question", "pk": "address_to_send_official_document_fax_you" @@ -442,7 +442,7 @@ { "fields": { "name": "What is the best address to send you official court documents? Email", - "description": "For step 10, Form 1 8. Claimants' addresses for service" + "description": "For step 9, Form 1 8. Claimants' addresses for service" }, "model": "core.question", "pk": "address_to_send_official_document_email_you" @@ -450,7 +450,7 @@ { "fields": { "name": "What is the best address to send your spouse official court documents? Street Number", - "description": "For step 10, Form 1 8. Claimants' addresses for service" + "description": "For step 9, Form 1 8. Claimants' addresses for service" }, "model": "core.question", "pk": "address_to_send_official_document_street_spouse" @@ -458,7 +458,7 @@ { "fields": { "name": "What is the best address to send your spouse official court documents? City", - "description": "For step 10, Form 1 8. Claimants' addresses for service" + "description": "For step 9, Form 1 8. Claimants' addresses for service" }, "model": "core.question", "pk": "address_to_send_official_document_city_spouse" @@ -466,7 +466,7 @@ { "fields": { "name": "What is the best address to send your spouse official court documents? Prov", - "description": "For step 10, Form 1 8. Claimants' addresses for service" + "description": "For step 9, Form 1 8. Claimants' addresses for service" }, "model": "core.question", "pk": "address_to_send_official_document_prov_spouse" @@ -474,7 +474,7 @@ { "fields": { "name": "What is the best address to send your spouse official court documents? Country", - "description": "For step 10, Form 1 8. Claimants' addresses for service" + "description": "For step 9, Form 1 8. Claimants' addresses for service" }, "model": "core.question", "pk": "address_to_send_official_document_country_spouse" @@ -482,7 +482,7 @@ { "fields": { "name": "What is the best address to send your spouse official court documents? Other Country", - "description": "For step 10, Form 1 8. Claimants' addresses for service" + "description": "For step 9, Form 1 8. Claimants' addresses for service" }, "model": "core.question", "pk": "address_to_send_official_document_other_country_spouse" @@ -490,7 +490,7 @@ { "fields": { "name": "What is the best address to send your spouse official court documents? Postal code", - "description": "For step 10, Form 1 8. Claimants' addresses for service" + "description": "For step 9, Form 1 8. Claimants' addresses for service" }, "model": "core.question", "pk": "address_to_send_official_document_postal_code_spouse" @@ -498,7 +498,7 @@ { "fields": { "name": "What is the best address to send your spouse official court documents? Fax number", - "description": "For step 10, Form 1 8. Claimants' addresses for service" + "description": "For step 9, Form 1 8. Claimants' addresses for service" }, "model": "core.question", "pk": "address_to_send_official_document_fax_spouse" @@ -506,11 +506,27 @@ { "fields": { "name": "What is the best address to send your spouse official court documents? Email", - "description": "For step 10, Form 1 8. Claimants' addresses for service" + "description": "For step 9, Form 1 8. Claimants' addresses for service" }, "model": "core.question", "pk": "address_to_send_official_document_email_spouse" }, +{ + "fields": { + "name": "Divorce is to take effect on", + "description": "For step 9, Form 52 This Court Orders that" + }, + "model": "core.question", + "pk": "divorce_take_effect_on" +}, +{ + "fields": { + "name": "Divorce is to take effect on - specific date", + "description": "For step 9, Form 52 This Court Orders that" + }, + "model": "core.question", + "pk": "divorce_take_effect_on_specific_date" +}, { "fields": { "name": "Step 8 other orders", @@ -542,5 +558,61 @@ }, "model": "core.question", "pk": "form38_dummy_together" +}, +{ + "fields": { + "name": "Your occupation", + "description": "DUMMY QUESTION for form 38 second question" + }, + "model": "core.question", + "pk": "form38_dummy_occupation_you" +}, +{ + "fields": { + "name": "Spouse occupation", + "description": "DUMMY QUESTION for form 38 third question" + }, + "model": "core.question", + "pk": "form38_dummy_occupation_spouse" +}, +{ + "fields": { + "name": "Facts set out in the ", + "description": "DUMMY QUESTION for form 38 fourth question" + }, + "model": "core.question", + "pk": "form38_dummy_facts" +}, +{ + "fields": { + "name": "Name of a person who was present at the marriage ceremony", + "description": "DUMMY QUESTION for form 38 fifth question" + }, + "model": "core.question", + "pk": "form38_dummy_witness" +}, +{ + "fields": { + "name": "Want new name?", + "description": "DUMMY QUESTION for form 38 sixth question" + }, + "model": "core.question", + "pk": "form38_dummy_new_name" +}, +{ + "fields": { + "name": "For who to change name?", + "description": "DUMMY QUESTION for form 38 seventh question" + }, + "model": "core.question", + "pk": "form38_dummy_for_who" +}, +{ + "fields": { + "name": "Gender?", + "description": "DUMMY QUESTION for form 38 eighth question" + }, + "model": "core.question", + "pk": "form38_dummy_gender" } ]