diff --git a/mayan/apps/main/templates/main/generic_form_instance.html b/mayan/apps/main/templates/main/generic_form_instance.html
index 8e88e85fae..b5f112151b 100644
--- a/mayan/apps/main/templates/main/generic_form_instance.html
+++ b/mayan/apps/main/templates/main/generic_form_instance.html
@@ -47,7 +47,7 @@
{% for field in form.visible_fields %}
{% if field.errors %}
{% endif %}
-
+ {% if not hide_labels %}{% endif %}
{% if field.errors %}{% for error in field.errors %}{{ error }}{% if not forloop.last %} | {% endif %}{% endfor %}
{% endif %}
{{ field }}
{% if field.help_text %}{{ field.help_text }}{% endif %}