govuk_navigation_helpers 7.3.0 → 7.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bd5ef3d4af8ffb2176daca33c354ac2d962bae58
4
- data.tar.gz: 4a1d6327ee72a8f91795c76a473df9320bb05f0c
3
+ metadata.gz: 49e678f07da28f63da92adbb92744d4757ad5983
4
+ data.tar.gz: 1e5382fdd61d56918098e099b62d2eb906c615bc
5
5
  SHA512:
6
- metadata.gz: ed4664e5fd7885e675555108d62003a499a7e1e9da22ce6703dde2e27720c83b7f1b458204b8395b05124f4a083663cfbe7e1deebff2237bd3d81b8f78202eef
7
- data.tar.gz: e09067d9582334c4550a398b9deffed871675cac61e5206910d1c7c929711e2e9cfd59a005d5061557dc9bc8c25b0d5834859e5f39154ba948cec65cc2130ae6
6
+ metadata.gz: a75d29c2c4b03dc72440a6e6c60f87bc654d779627a960652d7ff4deaf5b3e7e4b5dce7641655ab7b2560884bd43e721ef98702bf2f07b95efe1ab0ff82f9813
7
+ data.tar.gz: eb02d0ca3c6fa79e7559785a575f47624c9308496586a9d00ef100c0ce73c901402eea3184dcf9dbeb67e0221ee641ed072f2f6bbc4337c7e4a7041828237853
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 7.4.0
2
+
3
+ * Adds functionality to render the tasklist content into frontend applications under AB Testing.
4
+ * Adds govuk_ab_testing as dependency.
5
+ * Introduces TasklistContent & CurrentTasklistAbTest [PR#90](https://github.com/alphagov/govuk_navigation_helpers/pull/90).
6
+
1
7
  ## 7.3.0
2
8
 
3
9
  * Update related navigation sidebar helper to return topical events and worldwide organisations.
@@ -0,0 +1,339 @@
1
+ {
2
+ "title": "End a civil partnership: step by step",
3
+ "base_path": "/end-a-civil-partnership",
4
+ "description": "<p>Find out how to legally end your civil partnership in England and Wales.</p><p>There is a different process if you're in <a href=\"https://www.scotcourts.gov.uk/taking-action/divorce-and-dissolution-of-civil-partnership\">Scotland</a> or <a href=\"https://www.nidirect.gov.uk/articles/getting-divorcedissolution-civil-partnership\">Northern Ireland</a>.</p>",
5
+ "links": {
6
+ "breadcrumbs": [
7
+ {
8
+ "title": "Home",
9
+ "url": "/"
10
+ },
11
+ {
12
+ "title": "Births, deaths, marriages and care",
13
+ "url": "/browse/births-deaths-marriages"
14
+ },
15
+ {
16
+ "title": "Marriage, civil partnership and divorce",
17
+ "url": "/browse/births-deaths-marriages/marriage-divorce"
18
+ }
19
+ ]
20
+ },
21
+ "ab_test_prefix": "CivilPartnership",
22
+ "related_paths": [
23
+ "/looking-after-children-divorce/if-you-agree",
24
+ "/looking-after-children-divorce/mediation",
25
+ "/looking-after-children-divorce/types-of-court-order",
26
+ "/looking-after-children-divorce/apply-for-court-order",
27
+ "/looking-after-children-divorce/after-you-apply-for-a-court-order",
28
+ "/looking-after-children-divorce/change-or-enforce-an-order",
29
+ "/money-property-when-relationship-ends/apply-for-consent-order",
30
+ "/money-property-when-relationship-ends/mediation",
31
+ "/money-property-when-relationship-ends/apply-for-a-financial-order",
32
+ "/money-property-when-relationship-ends/how-the-court-splits-assets",
33
+ "/money-property-when-relationship-ends/maintenance-payments",
34
+ "/money-property-when-relationship-ends/tax",
35
+ "/visas-when-you-separate-or-divorce/apply-stay-uk",
36
+ "/stay-in-home-during-separation-or-divorce/apply-if-the-property-is-registered",
37
+ "/stay-in-home-during-separation-or-divorce/apply-if-the-property-is-unregistered"
38
+ ],
39
+ "tasklist": {
40
+ "groups": [
41
+ [
42
+ {
43
+ "title": "Get support and advice",
44
+ "optional": true,
45
+ "contents": [
46
+ {
47
+ "type": "paragraph",
48
+ "text": "You can get support and advice to help you deal with disputes and emotional stress."
49
+ },
50
+ {
51
+ "type": "list",
52
+ "contents": [
53
+ {
54
+ "href": "https://www.relate.org.uk/relationship-help/help-separation-and-divorce",
55
+ "text": "Get advice from Relate"
56
+ },
57
+ {
58
+ "href": "https://www.relate.org.uk/relationship-help/talk-someone",
59
+ "text": "Get counselling from Relate (in person, by phone or online)"
60
+ },
61
+ {
62
+ "href": "http://www.counselling-directory.org.uk/adv-search.html",
63
+ "text": "Find a counsellor",
64
+ "context": "£35 to £60 per session"
65
+ },
66
+ {
67
+ "href": "https://www.samaritans.org/how-we-can-help-you/contact-us",
68
+ "text": "Contact the Samaritans if you need to speak to someone urgently"
69
+ }
70
+ ]
71
+ }
72
+ ]
73
+ }
74
+ ],
75
+ [
76
+ {
77
+ "title": "Check you can end a civil partnership",
78
+ "contents": [
79
+ {
80
+ "type": "paragraph",
81
+ "text": "You must meet certain legal requirements for you to end your civil partnership."
82
+ },
83
+ {
84
+ "type": "list",
85
+ "style": "required",
86
+ "contents": [
87
+ {
88
+ "href": "/end-civil-partnership",
89
+ "text": "Check your civil partnership meets the criteria"
90
+ }
91
+ ]
92
+ }
93
+ ]
94
+ }
95
+ ],
96
+ [
97
+ {
98
+ "title": "Make arrangements for your children, money and property",
99
+ "optional": true,
100
+ "contents": [
101
+ {
102
+ "type": "paragraph",
103
+ "text": "You should try to agree how you'll deal with your children, money and property before you apply to end your civil partnership."
104
+ },
105
+ {
106
+ "type": "list",
107
+ "style": "required",
108
+ "contents": [
109
+ {
110
+ "href": "/looking-after-children-divorce",
111
+ "text": "Make arrangements for your children"
112
+ },
113
+ {
114
+ "href": "/money-property-when-relationship-ends",
115
+ "text": "Divide your money and property"
116
+ }
117
+ ]
118
+ },
119
+ {
120
+ "type": "paragraph",
121
+ "text": "You should also check if ending your civil partnership will affect:"
122
+ },
123
+ {
124
+ "type": "list",
125
+ "style": "choice",
126
+ "contents": [
127
+ {
128
+ "href": "/benefits-calculators",
129
+ "text": "benefits you're eligible for"
130
+ },
131
+ {
132
+ "href": "/report-benefits-change-circumstances",
133
+ "text": "benefits you already receive"
134
+ },
135
+ {
136
+ "href": "/contact-pension-service",
137
+ "text": "your State Pension"
138
+ },
139
+ {
140
+ "href": "/visas-when-you-separate-or-divorce",
141
+ "text": "your UK visa status"
142
+ },
143
+ {
144
+ "href": "/stay-in-home-during-separation-or-divorce",
145
+ "text": "whether you can live in your current home"
146
+ }
147
+ ]
148
+ }
149
+ ]
150
+ }
151
+ ],
152
+ [
153
+ {
154
+ "title": "File an application",
155
+ "contents": [
156
+ {
157
+ "type": "paragraph",
158
+ "text": "You need to fill in a dissolution application."
159
+ },
160
+ {
161
+ "type": "list",
162
+ "style": "required",
163
+ "contents": [
164
+ {
165
+ "href": "/end-civil-partnership/file-application",
166
+ "text": "How to start the process to end your civil partnership"
167
+ },
168
+ {
169
+ "href": "/end-civil-partnership/grounds-for-ending-a-civil-partnership",
170
+ "text": "Check the list of reasons why you can end a civil partnership"
171
+ },
172
+ {
173
+ "href": "http://hmctsformfinder.justice.gov.uk/HMCTS/GetForm.do?court_forms_id=1115",
174
+ "text": "Fill in a dissolution application form"
175
+ },
176
+ {
177
+ "href": "/end-civil-partnership/file-application",
178
+ "text": "Pay the court fee",
179
+ "context": "£550"
180
+ },
181
+ {
182
+ "href": "/get-help-with-court-fees",
183
+ "text": "Get help with court fees"
184
+ },
185
+ {
186
+ "href": "https://courttribunalfinder.service.gov.uk/search/",
187
+ "text": "Send copies of the form to your nearest divorce centre"
188
+ }
189
+ ]
190
+ },
191
+ {
192
+ "type": "paragraph",
193
+ "text": "Your civil partner will receive a copy of the dissolution application. You'll be told when they respond and what you'll need to do next."
194
+ },
195
+ {
196
+ "type": "paragraph",
197
+ "text": "You might need to get legal advice if your civil partner disagrees with your application."
198
+ },
199
+ {
200
+ "type": "list",
201
+ "style": "required",
202
+ "contents": [
203
+ {
204
+ "href": "/find-a-legal-adviser",
205
+ "text": "Get legal advice"
206
+ }
207
+ ]
208
+ },
209
+ {
210
+ "type": "substep",
211
+ "optional": true
212
+ },
213
+ {
214
+ "type": "list",
215
+ "contents": [
216
+ {
217
+ "href": "/divorce-missing-husband-wife",
218
+ "text": "Find your civil partner's address",
219
+ "context": "£0 to £100"
220
+ },
221
+ {
222
+ "href": "http://hmctsformfinder.justice.gov.uk/HMCTS/GetForm.do?court_forms_id=1112",
223
+ "text": "Apply to skip the dissolution order if you can’t find their address",
224
+ "context": "£50"
225
+ },
226
+ {
227
+ "href": "/divorce/if-your-husband-or-wife-lacks-mental-capacity",
228
+ "text": "Get help if your civil partner can’t make decisions for themselves"
229
+ },
230
+ {
231
+ "href": "/divorce-missing-husband-wife",
232
+ "text": "End the civil partnership because you think your partner is dead",
233
+ "context": "£365"
234
+ }
235
+ ]
236
+ }
237
+ ]
238
+ }
239
+ ],
240
+ [
241
+ {
242
+ "title": "Send the court more details about ending your civil partnership",
243
+ "contents": [
244
+ {
245
+ "type": "paragraph",
246
+ "text": "If the court agrees with your dissolution application, you can apply for a document called a 'conditional order'. You can give more information about why the civil partnership has broken down."
247
+ },
248
+ {
249
+ "type": "list",
250
+ "style": "required",
251
+ "contents": [
252
+ {
253
+ "href": "/end-civil-partnership/apply-for-a-conditional-order",
254
+ "text": "Why you need a conditional order"
255
+ },
256
+ {
257
+ "href": "http://hmctsformfinder.justice.gov.uk/HMCTS/GetForm.do?court_forms_id=154",
258
+ "text": "Fill in the application form"
259
+ }
260
+ ]
261
+ },
262
+ {
263
+ "type": "paragraph",
264
+ "text": "You need to say why you're ending the civil partnership. Choose the form that matches what you put in the dissolution application:"
265
+ },
266
+ {
267
+ "type": "list",
268
+ "style": "choice",
269
+ "contents": [
270
+ {
271
+ "href": "http://hmctsformfinder.justice.gov.uk/HMCTS/GetForm.do?court_forms_id=144",
272
+ "text": "unreasonable behaviour"
273
+ },
274
+ {
275
+ "href": "http://hmctsformfinder.justice.gov.uk/HMCTS/GetForm.do?court_forms_id=142",
276
+ "text": "adultery"
277
+ },
278
+ {
279
+ "href": "http://hmctsformfinder.justice.gov.uk/HMCTS/GetForm.do?court_forms_id=146",
280
+ "text": "desertion"
281
+ },
282
+ {
283
+ "href": "http://hmctsformfinder.justice.gov.uk/HMCTS/GetForm.do?court_forms_id=149",
284
+ "text": "2 years' separation"
285
+ },
286
+ {
287
+ "href": "http://hmctsformfinder.justice.gov.uk/HMCTS/GetForm.do?court_forms_id=150",
288
+ "text": "5 years' separation"
289
+ }
290
+ ]
291
+ },
292
+ {
293
+ "type": "paragraph",
294
+ "text": "Send the forms to the court. "
295
+ }
296
+ ]
297
+ }
298
+ ],
299
+ [
300
+ {
301
+ "title": "Finalise your divorce",
302
+ "contents": [
303
+ {
304
+ "type": "paragraph",
305
+ "text": "Once you, your civil partner and the court all agree, you can apply for a document called a 'final order' to end your civil partnership. You can do this 6 weeks to 12 months after you receive the conditional order."
306
+ },
307
+ {
308
+ "type": "paragraph",
309
+ "text": "If you want a legally-binding arrangement for dividing money and property you must apply to the court for this before you apply for a final order."
310
+ },
311
+ {
312
+ "type": "list",
313
+ "style": "required",
314
+ "contents": [
315
+ {
316
+ "href": "/end-civil-partnership/apply-for-a-final-order",
317
+ "text": "Why you need a final order"
318
+ },
319
+ {
320
+ "href": "http://hmctsformfinder.justice.gov.uk/HMCTS/GetForm.do?court_forms_id=1114",
321
+ "text": "Fill in the final order application form"
322
+ }
323
+
324
+ ]
325
+ },
326
+ {
327
+ "type": "paragraph",
328
+ "text": "Send the forms to the court."
329
+ },
330
+ {
331
+ "type": "paragraph",
332
+ "text": "Once it's approved, they'll send you both a copy of the final order to say your civil partnership has legally ended."
333
+ }
334
+ ]
335
+ }
336
+ ]
337
+ ]
338
+ }
339
+ }
@@ -0,0 +1,321 @@
1
+ {
2
+ "title": "Get a divorce: step by step",
3
+ "base_path": "/get-a-divorce",
4
+ "description": "<p>How to file for divorce if you’re in England or Wales.</p><p>There is a different process if you’re <a href=\"/divorce/respond-to-a-divorce-petition\">responding to a divorce petition</a>, or if you’re in <a href=\"https://www.scotcourts.gov.uk/taking-action/divorce-and-dissolution-of-civil-partnership\">Scotland</a> or <a href=\"https://www.nidirect.gov.uk/articles/getting-divorcedissolution-civil-partnership\">Northern Ireland</a>.</p>",
5
+ "links": {
6
+ "breadcrumbs": [
7
+ {
8
+ "title": "Home",
9
+ "url": "/"
10
+ },
11
+ {
12
+ "title": "Births, deaths, marriages and care",
13
+ "url": "/browse/births-deaths-marriages"
14
+ },
15
+ {
16
+ "title": "Marriage, civil partnership and divorce",
17
+ "url": "/browse/births-deaths-marriages/marriage-divorce"
18
+ }
19
+ ]
20
+ },
21
+ "ab_test_prefix": "GetADivorce",
22
+ "related_paths": [
23
+ "/divorce/respond-to-a-divorce-petition"
24
+ ],
25
+ "tasklist": {
26
+ "groups": [
27
+ [
28
+ {
29
+ "title": "Get support and advice",
30
+ "optional": true,
31
+ "contents": [
32
+ {
33
+ "type": "paragraph",
34
+ "text": "You can get support and advice to help you deal with disputes and emotional stress."
35
+ },
36
+ {
37
+ "type": "list",
38
+ "contents": [
39
+ {
40
+ "href": "https://www.relate.org.uk/relationship-help/help-separation-and-divorce",
41
+ "text": "Get advice from Relate"
42
+ },
43
+ {
44
+ "href": "https://www.relate.org.uk/relationship-help/talk-someone",
45
+ "text": "Get counselling from Relate (in person, by phone or online)"
46
+ },
47
+ {
48
+ "href": "http://www.counselling-directory.org.uk/adv-search.html",
49
+ "text": "Find a counsellor",
50
+ "context": "£35 to £60 per session"
51
+ },
52
+ {
53
+ "href": "https://www.samaritans.org/how-we-can-help-you/contact-us",
54
+ "text": "Contact the Samaritans if you need to speak to someone urgently"
55
+ }
56
+ ]
57
+ }
58
+ ]
59
+ }
60
+ ],
61
+ [
62
+ {
63
+ "title": "Check you can get a divorce",
64
+ "contents": [
65
+ {
66
+ "type": "paragraph",
67
+ "text": "Your marriage must meet certain legal requirements for you to be able to get a divorce."
68
+ },
69
+ {
70
+ "type": "list",
71
+ "style": "required",
72
+ "contents": [
73
+ {
74
+ "href": "/divorce",
75
+ "text": "Check you can get a divorce"
76
+ }
77
+ ]
78
+ }
79
+ ]
80
+ }
81
+ ],
82
+ [
83
+ {
84
+ "title": "Make arrangements for your children, money and property",
85
+ "optional": true,
86
+ "contents": [
87
+ {
88
+ "type": "paragraph",
89
+ "text": "You should try to agree how you'll deal with your children, money and property before you start your divorce."
90
+ },
91
+ {
92
+ "type": "list",
93
+ "contents": [
94
+ {
95
+ "href": "/looking-after-children-divorce",
96
+ "text": "Make arrangements for your children"
97
+ },
98
+ {
99
+ "href": "/money-property-when-relationship-ends",
100
+ "text": "Divide your money and property"
101
+ }
102
+ ]
103
+ },
104
+ {
105
+ "type": "paragraph",
106
+ "text": "You should also check if your divorce will affect:"
107
+ },
108
+ {
109
+ "type": "list",
110
+ "style": "choice",
111
+ "contents": [
112
+ {
113
+ "href": "/benefits-calculators",
114
+ "text": "benefits you're eligible for"
115
+ },
116
+ {
117
+ "href": "/report-benefits-change-circumstances",
118
+ "text": "benefits you already receive"
119
+ },
120
+ {
121
+ "href": "/contact-pension-service",
122
+ "text": "your State Pension"
123
+ },
124
+ {
125
+ "href": "/visas-when-you-separate-or-divorce",
126
+ "text": "your UK visa status"
127
+ },
128
+ {
129
+ "href": "/stay-in-home-during-separation-or-divorce",
130
+ "text": "whether you can live in your current home"
131
+ }
132
+ ]
133
+ }
134
+ ]
135
+ }
136
+ ],
137
+ [
138
+ {
139
+ "title": "File for divorce",
140
+ "contents": [
141
+ {
142
+ "type": "paragraph",
143
+ "text": "You need to fill in a divorce petition form."
144
+ },
145
+ {
146
+ "type": "list",
147
+ "style": "required",
148
+ "contents": [
149
+ {
150
+ "href": "/divorce/file-for-divorce",
151
+ "text": "How to start the divorce process"
152
+ },
153
+ {
154
+ "href": "/divorce/grounds-for-divorce",
155
+ "text": "Check the list of reasons why you can get a divorce"
156
+ },
157
+ {
158
+ "href": "http://hmctsformfinder.justice.gov.uk/HMCTS/GetForm.do?court_forms_id=1115",
159
+ "text": "Fill in the divorce petition form"
160
+ },
161
+ {
162
+ "href": "/divorce/file-for-divorce",
163
+ "text": "Pay the court fee",
164
+ "context": "£550"
165
+ },
166
+ {
167
+ "href": "/get-help-with-court-fees",
168
+ "text": "Get help with court fees"
169
+ },
170
+ {
171
+ "href": "https://courttribunalfinder.service.gov.uk/search/postcode?aol=Divorce&amp;spoe=start",
172
+ "text": "Send copies of the form to your nearest divorce centre"
173
+ }
174
+ ]
175
+ },
176
+ {
177
+ "type": "paragraph",
178
+ "text": "Your husband or wife will receive a copy of the divorce petition. You'll be told when they respond and what you'll need to do next."
179
+ },
180
+ {
181
+ "type": "paragraph",
182
+ "text": "You might need to get legal advice if your husband or wife disagrees with your divorce petition."
183
+ },
184
+ {
185
+ "type": "list",
186
+ "style": "required",
187
+ "contents": [
188
+ {
189
+ "href": "/find-a-legal-adviser",
190
+ "text": "Get legal advice"
191
+ }
192
+ ]
193
+ },
194
+ {
195
+ "type": "substep",
196
+ "optional": true
197
+ },
198
+ {
199
+ "type": "list",
200
+ "contents": [
201
+ {
202
+ "href": "/divorce-missing-husband-wife",
203
+ "text": "Find your husband or wife’s address",
204
+ "context": "£0 to £100"
205
+ },
206
+ {
207
+ "href": "http://hmctsformfinder.justice.gov.uk/HMCTS/GetForm.do?court_forms_id=1112",
208
+ "text": "Apply to skip the divorce petition if you can’t find their address",
209
+ "context": "£50"
210
+ },
211
+ {
212
+ "href": "/divorce/if-your-husband-or-wife-lacks-mental-capacity",
213
+ "text": "Get help if your husband or wife can’t make decisions for themselves"
214
+ },
215
+ {
216
+ "href": "/divorce-missing-husband-wife",
217
+ "text": "End the marriage because you think your husband or wife is dead",
218
+ "context": "£365"
219
+ }
220
+ ]
221
+ }
222
+ ]
223
+ }
224
+ ],
225
+ [
226
+ {
227
+ "title": "Send the court more details about your divorce",
228
+ "contents": [
229
+ {
230
+ "type": "paragraph",
231
+ "text": "If the court agrees with your divorce petition, you can apply for a document called a 'decree nisi'. You can give more information about why the marriage has broken down."
232
+ },
233
+ {
234
+ "type": "list",
235
+ "style": "required",
236
+ "contents": [
237
+ {
238
+ "href": "/divorce/apply-for-decree-nisi",
239
+ "text": "Why you need a decree nisi"
240
+ },
241
+ {
242
+ "href": "http://hmctsformfinder.justice.gov.uk/HMCTS/GetForm.do?court_forms_id=154",
243
+ "text": "Fill in the application form"
244
+ }
245
+ ]
246
+ },
247
+ {
248
+ "type": "paragraph",
249
+ "text": "You need to say why you're getting a divorce. Choose the form that matches what you put in the divorce petition:"
250
+ },
251
+ {
252
+ "type": "list",
253
+ "style": "choice",
254
+ "contents": [
255
+ {
256
+ "href": "http://hmctsformfinder.justice.gov.uk/HMCTS/GetForm.do?court_forms_id=144",
257
+ "text": "unreasonable behaviour"
258
+ },
259
+ {
260
+ "href": "http://hmctsformfinder.justice.gov.uk/HMCTS/GetForm.do?court_forms_id=142",
261
+ "text": "adultery"
262
+ },
263
+ {
264
+ "href": "http://hmctsformfinder.justice.gov.uk/HMCTS/GetForm.do?court_forms_id=146",
265
+ "text": "desertion"
266
+ },
267
+ {
268
+ "href": "http://hmctsformfinder.justice.gov.uk/HMCTS/GetForm.do?court_forms_id=149",
269
+ "text": "2 years' separation"
270
+ },
271
+ {
272
+ "href": "http://hmctsformfinder.justice.gov.uk/HMCTS/GetForm.do?court_forms_id=150",
273
+ "text": "5 years' separation"
274
+ }
275
+ ]
276
+ },
277
+ {
278
+ "type": "paragraph",
279
+ "text": "Send the forms to the court. "
280
+ }
281
+ ]
282
+ }
283
+ ],
284
+ [
285
+ {
286
+ "title": "Finalise your divorce",
287
+ "contents": [
288
+ {
289
+ "type": "paragraph",
290
+ "text": "Once you, your husband or wife, and the court all agree, you can apply for the final document to end your marriage. This is called a 'decree absolute'. You can do this 6 weeks to 12 months after you receive the decree nisi."
291
+ },
292
+ {
293
+ "type": "paragraph",
294
+ "text": "If you want a legally-binding arrangement for dividing money and property you must apply to the court for this before you apply for a decree absolute."
295
+ },
296
+ {
297
+ "type": "list",
298
+ "style": "required",
299
+ "contents": [
300
+ {
301
+ "href": "/divorce/apply-for-a-decree-absolute",
302
+ "text": "Why you need a decree absolute"
303
+ },
304
+ {
305
+ "href": "http://hmctsformfinder.justice.gov.uk/HMCTS/GetForm.do?court_forms_id=1114",
306
+ "text": "Fill in the decree absolute application form"
307
+ }
308
+
309
+ ]
310
+ },
311
+ {
312
+ "type": "paragraph",
313
+ "text": "Send the forms to the court. Once it's approved, they'll send you both a copy of the decree absolute and your divorce will be complete."
314
+ }
315
+
316
+ ]
317
+ }
318
+ ]
319
+ ]
320
+ }
321
+ }