diff --git a/plugins/Dashboard/templates/index.twig b/plugins/Dashboard/templates/index.twig
index 17f3a5363dda1f461bcbdd122876453605299416..d30f72fb3660d00eb5ea6d18befb58ffd1761dad 100644
--- a/plugins/Dashboard/templates/index.twig
+++ b/plugins/Dashboard/templates/index.twig
@@ -3,6 +3,7 @@
     {% include "@CoreHome/_periodSelect.twig" %}
     {{ postEvent("Template.nextToCalendar") }}
     {% render dashboardSettingsControl %}
+    {% if dashboards|length %}
     <div id="Dashboard" class="piwikTopControl borderedControl piwikSelector">
         <ul>
             {% for dashboard in dashboards %}
@@ -13,6 +14,7 @@
             {% endfor %}
         </ul>
     </div>
+    {% endif %}
 </div>
 {% import 'ajaxMacros.twig' as ajax %}
 {{ ajax.loadingDiv }}