diff --git a/edivorce/apps/core/templates/overview.html b/edivorce/apps/core/templates/overview.html
index caedd053..11dd9eb5 100644
--- a/edivorce/apps/core/templates/overview.html
+++ b/edivorce/apps/core/templates/overview.html
@@ -104,15 +104,6 @@
Step {% step_order step="review" %}
Review
-
- {% 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 %}