Browse Source

DIV-1205: Updates to next steps page

pull/172/head
ariannedee 5 years ago
parent
commit
b8e899e966
1 changed files with 32 additions and 21 deletions
  1. +32
    -21
      edivorce/apps/core/templates/dashboard/next_steps.html

+ 32
- 21
edivorce/apps/core/templates/dashboard/next_steps.html View File

@ -11,7 +11,7 @@
{% if how_to_file == 'Online' %}
{% if final_filing_submitted %}
<p>
Youve successfully completed filing online.
You have successfully completed filing online.
</p>
<p>
<b>Your {% include "partials/tooltips/online_package_number.html" with with_cso=True %} is {{ final_filing_package_number }}</b>
@ -26,14 +26,17 @@
</p>
{% endif %}
<p>
Once your filing has been reviewed by the {% include "partials/tooltips/court_registry.html" %}, you will receive an e-mail confirmation of your filing.
This e-mail will include a {% include "partials/tooltips/court_file_number.html" %}, please keep this number for your records and use it if filing any additional documents.
Once your filing has been reviewed by the {% include "partials/tooltips/court_registry.html" %}, you will receive an e-mail confirmation
of your filing.
This e-mail will include a {% include "partials/tooltips/court_file_number.html" %}, please keep this number for your records and use it
if filing any additional documents.
</p>
{% if final_filing_submitted %}
<div class="question-well">
<h3>Filing Status</h3>
<p>
You will receive e-mails from the system as your filing is processed by the Court Registry. You can also check here to see the status of your filing:
You will receive e-mails from the system as your filing is processed by the Court Registry. You can also check here to see the
status of your filing:
</p>
<p class="no-margin-bottom">
Current Filing Status:
@ -53,7 +56,9 @@
</p>
<ul class="no-margin-bottom">
<li><a href="{{ final_filing_receipt_link }}" target="_blank">Your eFiling Receipt</a> on the CSO eFiling Hub</li>
<li><a href="{{ final_filing_package_link }}" target="_blank">The package of all documents</a> you have submitted for filing</li>
<li>The <a href="{{ final_filing_package_link }}" target="_blank">complete package of all documents</a>
you have filed at the CSO eFiling Hub
</li>
</ul>
</div>
{% endif %}
@ -72,7 +77,8 @@
Information Services.
</p>
<p>
If the court registry is satisfied that your documents are in order, they will stamp the documents with the date, the court seal, and a file number.
If the court registry is satisfied that your documents are in order, they will stamp the documents with the date, the court seal, and a
file number.
</p>
<p>
You now have a divorce file open in the Supreme Court.
@ -85,10 +91,15 @@
If your divorce is approved, you can move to the next step and order a certificate of divorce.
</p>
<h2 class="add-top-margin">Haven’t Heard Back?</h2>
<p>If you don’t hear back within 30 days from the court registry, please contact CSO Online Support at
<p class="add-top-margin">
<b>Haven’t Heard Back?</b>
</p>
<p>
If you don’t hear back within 30 days from the court registry, please contact CSO Online Support at
<a href="mailto:Courts.CSO@gov.bc.ca" target="_blank">Courts.CSO@gov.bc.ca</a>
and include your {% include "partials/tooltips/court_file_number.html" %} / Filing Location or {% include "partials/tooltips/online_package_number.html" %}.</p>
and include your {% include "partials/tooltips/court_file_number.html" %} / Filing Location
or {% include "partials/tooltips/online_package_number.html" %}.
</p>
</div>
{% endblock %}
@ -106,18 +117,18 @@
at the registry counter:
</p>
<ul>
<li>
You will need to wait for the registry to notify you indicating if your documents
have been accepted and the divorce order granted, or if corrections are required.
</li>
<li>
If you have received your filed order for divorce and 31 days has passed, you can
now submit your request for a Certificate of Divorce.
</li>
<li>
If corrections are required, you will need to make the corrections to the documents
noted by the registry and resubmit them.
</li>
<li>
You will need to wait for the registry to notify you indicating if your documents
have been accepted and the divorce order granted, or if corrections are required.
</li>
<li>
If you have received your filed order for divorce and 31 days has passed, you can
now submit your request for a Certificate of Divorce.
</li>
<li>
If corrections are required, you will need to make the corrections to the documents
noted by the registry and resubmit them.
</li>
</ul>
<p>
<b><i>I have submitted all documents online</i></b> (except the Certificate of Divorce):


Loading…
Cancel
Save