{% 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 {% if step_status.prequalification == 'Started' %} Started {% elif step_status.prequalification == 'Complete' %} Completed {% endif %} Step 1
What Are You Asking For?
{% if step_status.which_orders == 'Started' %} Started {% elif step_status.which_orders == 'Complete' %} Completed {% endif %}
Step 2
Your information
{% if step_status.your_information == 'Started' %} Started {% elif step_status.your_information == 'Complete' %} Completed {% endif %}
Step 3
Your spouse
{% if step_status.your_spouse == 'Started' %} Started {% elif step_status.your_spouse == 'Complete' %} Completed {% endif %}
Step 4
Your marriage
{% if step_status.your_marriage == 'Started' %} Started {% elif step_status.your_marriage == 'Complete' %} Completed {% endif %}
Step 5
Your separation
{% if step_status.your_separation == 'Started' %} Started {% elif step_status.your_separation == 'Complete' %} Completed {% endif %}
{% if 'Spousal support' in which_orders.0.value|load_json %} Step 6
Spousal support
{% if step_status.spousal_support == 'Started' %} Started {% elif step_status.spousal_support == 'Complete' %} Completed {% endif %}
{% endif %} {% if 'Division of property and debts' in which_orders.0.value|load_json %} Step {% step_order step="property" %}
Property and debt
{% if step_status.property_and_debt == 'Started' %} Started {% elif step_status.property_and_debt == 'Complete' %} Completed {% endif %}
{% endif %} {% if 'Other orders' in which_orders.0.value|load_json %} Step {% step_order step="other_orders" %}
Other orders
{% if step_status.other_orders == 'Started' %} Started {% elif step_status.other_orders == 'Complete' %} Completed {% endif %}
{% endif %} Step {% step_order step="other_questions" %}
Other questions
{% if step_status.other_questions == 'Started' %} Started {% elif step_status.other_questions == 'Complete' %} Completed {% endif %}
Step {% step_order step="location" %}
Filing location
{% if step_status.filing_locations == 'Started' %} Started {% elif step_status.filing_locations == 'Complete' %} Completed {% endif %}
Step {% step_order step="review" %}
Review
{% 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 %}