diff --git a/apps/common/templates/generic_form_subtemplate.html b/apps/common/templates/generic_form_subtemplate.html
index e502d78fd6..37eeee5db4 100644
--- a/apps/common/templates/generic_form_subtemplate.html
+++ b/apps/common/templates/generic_form_subtemplate.html
@@ -35,6 +35,10 @@
{% endif %}
+ {% if previous %}
+
+ {% endif %}
+
{% for hidden_field in hidden_fields %}
{{ hidden_field.as_hidden }}
{% endfor %}
@@ -77,6 +81,13 @@
{% endif %}
{% if submit_label %}{{ submit_label }}{% else %}{% if object %}{% trans "Save" %}{% else %}{% trans "Submit" %}{% endif %}{% endif %}
+
+ {% if previous %}
+
+
{% if cancel_label %}{{ cancel_label }}{% else %}{% trans "Cancel" %}{% endif %}
+
+ {% endif %}
+
{% comment %}
{% trans 'Cancel' %}