diff --git a/mayan/apps/main/templates/main/base.html b/mayan/apps/main/templates/main/base.html
index 8447d5635b..f9de942ec5 100644
--- a/mayan/apps/main/templates/main/base.html
+++ b/mayan/apps/main/templates/main/base.html
@@ -372,18 +372,17 @@
{% endif %}
- {% endif %}
-
- {% get_object_navigation_links "sidebar" as object_navigation_links %}
- {% if object_navigation_links %}
-
-
{% trans "Other available actions" %}
-
- {% with 'true' as as_li %}
- {% include 'generic_navigation.html' %}
- {% endwith %}
-
-
+ {% get_object_navigation_links "sidebar" as object_navigation_links %}
+ {% if object_navigation_links %}
+
+
{% trans "Other available actions" %}
+
+ {% with 'true' as as_li %}
+ {% include 'generic_navigation.html' %}
+ {% endwith %}
+
+
+ {% endif %}
{% endif %}
{% block sidebar %}{% endblock %}