|
|
|
@ -244,9 +244,16 @@ |
|
|
|
You have indicated that you will file at the following court registry: |
|
|
|
</p> |
|
|
|
<ul class="no-bullets"> |
|
|
|
<li>{{ court_registry_for_filing }}</li> |
|
|
|
<li>{{ court_registry_for_filing_address }}</li> |
|
|
|
<li>{{ court_registry_for_filing_postal_code }}</li> |
|
|
|
{% if court_registry_for_filing %} |
|
|
|
<li>{{ court_registry_for_filing }}</li> |
|
|
|
<li>{{ court_registry_for_filing_address }}</li> |
|
|
|
<li>{{ court_registry_for_filing_postal_code }}</li> |
|
|
|
{% else %} |
|
|
|
<p class="error-text"> |
|
|
|
Go back to the questionnaire to choose a |
|
|
|
<a href="{% url 'question_steps' 'location' %}">filing location</a>. |
|
|
|
</p> |
|
|
|
{% endif %} |
|
|
|
</ul> |
|
|
|
<p> |
|
|
|
Once sworn/affirmed and filed, you will receive a {% include "partials/tooltips/court_file_number.html" %}. |
|
|
|
@ -278,9 +285,16 @@ |
|
|
|
You have indicated that you will file at the following court registry: |
|
|
|
</p> |
|
|
|
<ul class="no-bullets"> |
|
|
|
<li>{{ court_registry_for_filing }}</li> |
|
|
|
<li>{{ court_registry_for_filing_address }}</li> |
|
|
|
<li>{{ court_registry_for_filing_postal_code }}</li> |
|
|
|
{% if court_registry_for_filing %} |
|
|
|
<li>{{ court_registry_for_filing }}</li> |
|
|
|
<li>{{ court_registry_for_filing_address }}</li> |
|
|
|
<li>{{ court_registry_for_filing_postal_code }}</li> |
|
|
|
{% else %} |
|
|
|
<p class="error-text"> |
|
|
|
Go back to the questionnaire to choose a |
|
|
|
<a href="{% url 'question_steps' 'location' %}">filing location</a>. |
|
|
|
</p> |
|
|
|
{% endif %} |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
{% endif %} |
|
|
|
@ -296,6 +310,12 @@ |
|
|
|
In the next few steps you will be able to do a final review of your filed documentation, |
|
|
|
pay for your filing and (if completed successfully) receive a Package Number. |
|
|
|
This final step will complete your divorce filing.</p> |
|
|
|
{% if not court_registry_for_filing %} |
|
|
|
<div class="review-warning"> |
|
|
|
<span>In order to proceed with your application, you must select a |
|
|
|
<a href="{% url 'question_steps' 'location' %}">filing location</a>.</span> |
|
|
|
</div> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
{% endblock %} |
|
|
|
@ -308,7 +328,8 @@ |
|
|
|
<div class="form-buttons clearfix"> |
|
|
|
<a class="btn btn-primary" href="{% url 'dashboard_nav' 'swear_forms' %}"><i class="fa fa-arrow-circle-o-left"></i> Back</a> |
|
|
|
{% if how_to_file == 'Online' and final_filing_submitted != 'True' %} |
|
|
|
<a class="btn btn-success pull-right" href="{% url 'submit_final_files' %}" id="submitDocuments"> |
|
|
|
<a class="btn btn-success pull-right" href="{% url 'submit_final_files' %}" id="submitDocuments" |
|
|
|
{% if not court_registry_for_filing %}disabled{% endif %}> |
|
|
|
<i class="fa fa-paper-plane"></i> |
|
|
|
Submit Documents</a> |
|
|
|
{% else %} |
|
|
|
|