{% extends 'base.html' %} {% load step_order %} {% load load_json %} {% block title %}{{ block.super }}: Overview{% endblock %} {% block progress %}{% include "partials/dashnav.html" with active_page=active_page %}{% endblock %} {% block content %}

Complete This Divorce Questionnaire

Qualifying Questions {% include "partials/progress_icon.html" with step_status_string=step_status.prequalification with_status=True %} Step 1
What Are You Asking For?
{% include "partials/progress_icon.html" with step_status_string=step_status.which_orders with_status=True %}
Step 2
Your information
{% include "partials/progress_icon.html" with step_status_string=step_status.your_information with_status=True %}
Step 3
Your spouse
{% include "partials/progress_icon.html" with step_status_string=step_status.your_spouse with_status=True %}
Step 4
Your marriage
{% include "partials/progress_icon.html" with step_status_string=step_status.your_marriage with_status=True %}
Step 5
Your separation
{% include "partials/progress_icon.html" with step_status_string=step_status.your_separation with_status=True %}
{% if derived.has_children_of_marriage %} Step {% step_order step="children" %}
Your children
{% include "partials/progress_icon.html" with step_status_string=step_status.your_children with_status=True %}
{% endif %} {% if derived.wants_spousal_support %} Step {% step_order step="support" %}
Spousal support
{% include "partials/progress_icon.html" with step_status_string=step_status.spousal_support with_status=True %}
{% endif %} {% if derived.wants_property_division %} Step {% step_order step="property" %}
Property and debt
{% include "partials/progress_icon.html" with step_status_string=step_status.property_and_debt with_status=True %}
{% endif %} {% if derived.wants_other_orders %} Step {% step_order step="other_orders" %}
Other orders
{% include "partials/progress_icon.html" with step_status_string=step_status.other_orders with_status=True %}
{% endif %} Step {% step_order step="other_questions" %}
Other questions
{% include "partials/progress_icon.html" with step_status_string=step_status.other_questions with_status=True %}
Step {% step_order step="location" %}
Filing location
{% include "partials/progress_icon.html" with step_status_string=step_status.filing_locations with_status=True %}
Step {% step_order step="review" %}
Review your answers
{% if not request.session.first_login and not request.session.viewed_dashboard_during_session %} {% elif request.session.first_login and not request.session.viewed_dashboard_during_session %} {% endif %} {% endblock %} {% block backToDashboard %} {% endblock %} {% block formbuttons %} {% endblock %} {% block sidebarText %} {% include "dashboard/partials/sidebar_help.html" %} {% endblock %}