diff --git a/edivorce/apps/core/templates/overview.html b/edivorce/apps/core/templates/overview.html
index 0b218bab..e3f52b15 100644
--- a/edivorce/apps/core/templates/overview.html
+++ b/edivorce/apps/core/templates/overview.html
@@ -15,65 +15,65 @@
Qualifying Questions
-
+
Step 1
What Are You Asking For?
- {% if step_status.which_orders == 'Started' %} {% endif %}
+ {% if step_status.which_orders == 'Started' %}
+ {% elif step_status.which_orders == 'Complete' %} {% endif %}
-
+
Step 2
Your information
- {% if step_status.your_information == 'Started' %} {% endif %}
+ {% if step_status.your_information == 'Started' %}
+ {% elif step_status.your_information == 'Complete' %} {% endif %}
-
+
Step 3
Your spouse
- {% if step_status.your_spouse == 'Started' %} {% endif %}
+ {% if step_status.your_spouse == 'Started' %}
+ {% elif step_status.your_spouse == 'Complete' %} {% endif %}
-
+
Step 4
Your marriage
- {% if step_status.your_marriage == 'Started' %} {% endif %}
+ {% if step_status.your_marriage == 'Started' %}
+ {% elif step_status.your_marriage == 'Complete' %} {% endif %}
-
+
Step 5
Your separation
- {% if step_status.your_separation == 'Started' %} {% endif %}
+ {% if step_status.your_separation == 'Started' %}
+ {% elif step_status.your_separation == 'Complete' %} {% endif %}
-
- {% if 'Spousal support' in want_which_orders|load_json %}
-
+
Step 6
Spousal support
- {% if step_status.spousal_support == 'Started' %} {% endif %}
+ {% if step_status.spousal_support == 'Started' %}
+ {% elif step_status.spousal_support == 'Complete' %} {% endif %}
- {% endif %}
-
- {% if 'Division of property and debts' in want_which_orders|load_json %}
-
+
- Step {% step_order step="property" %}
Property and debt
- {% if step_status.property_and_debt == 'Started' %} {% endif %}
+ Step 7
Property and debt
+ {% if step_status.property_and_debt == 'Started' %}
+ {% elif step_status.property_and_debt == 'Complete' %} {% endif %}
- {% endif %}
-
- {% if 'Other orders' in want_which_orders|load_json %}
-
+
- Step {% step_order step="other_orders" %}
Other orders
- {% if step_status.other_orders == 'Started' %} {% endif %}
+ Step 8
Other orders
+ {% if step_status.other_orders == 'Started' %}
+ {% elif step_status.other_orders == 'Complete' %} {% endif %}
- {% endif %}
-
-
+
- Step {% step_order step="other_questions" %}
Other questions
- {% if step_status.other_questions == 'Started' %} {% endif %}
+ Step 9
Other questions
+ {% if step_status.other_questions == 'Started' %}
+ {% elif step_status.other_questions == 'Complete' %} {% endif %}
-
+
- Step {% step_order step="location" %}
Filing location
- {% if step_status.filing_locations == 'Started' %} {% endif %}
+ Step 10
Filing locations
+ {% if step_status.filing_locations == 'Started' %}
+ {% elif step_status.filing_locations == 'Complete' %} {% endif %}
diff --git a/edivorce/apps/core/templates/partials/review_user_responses.html b/edivorce/apps/core/templates/partials/review_user_responses.html
index d90b9d53..e7bf50a5 100644
--- a/edivorce/apps/core/templates/partials/review_user_responses.html
+++ b/edivorce/apps/core/templates/partials/review_user_responses.html
@@ -5,8 +5,9 @@