- {% if wizard.steps.prev %}
-
- Previous step
-
- {% endif %}
-
{{form_titles|get_item:wizard.steps.current}}
- {% block form_content %}
- {% if wizard.steps.next %}
+
+
+
+ {% include 'application_sidebar.html' %}
+
+
+
+ {% if wizard.steps.prev %}
+
+ Previous step
+
+ {% endif %}
+ {{form_titles|get_item:wizard.steps.current}}
+ {% block form_content %}
+ {% if wizard.steps.next %}
- {% else %}
+ {% else %}
- {% endif %}
-
+ {% endif %}
+
+
+
{% endblock %}
diff --git a/src/registrar/templates/application_sidebar.html b/src/registrar/templates/application_sidebar.html
index f9f7d82d9..fef88396c 100644
--- a/src/registrar/templates/application_sidebar.html
+++ b/src/registrar/templates/application_sidebar.html
@@ -10,7 +10,7 @@
{{ form_titles|get_item:this_step }}
{% else %}
-
+
{{ form_titles|get_item:this_step }}