diff --git a/atlas/templates/core/sideBar.html b/atlas/templates/core/sideBar.html
index f99cd2a23..09285c98e 100644
--- a/atlas/templates/core/sideBar.html
+++ b/atlas/templates/core/sideBar.html
@@ -5,26 +5,24 @@
{% for page_key, page_values in configuration.STATIC_PAGES.items()|sort(attribute='1.order') %}
{% if 'url' in page_values %}
-
+
- {% if 'customized_picto' in page_values %}
-
- {% else %}
-
- {% endif %}
-
+ {% if 'customized_picto' in page_values %}
+
+ {% else %}
+
+ {% endif %}
+
{% else %}
-
+
- {% if 'customized_picto' in page_values %}
-
- {% else %}
-
- {% endif %}
-
+ {% if 'customized_picto' in page_values %}
+
+ {% else %}
+
+ {% endif %}
+
{% endif %}
{% endfor %}