diff --git a/coderdojochi/templates/dashboard/admin.html b/coderdojochi/templates/dashboard/admin.html
index bb442eeb..a9c0dd3b 100644
--- a/coderdojochi/templates/dashboard/admin.html
+++ b/coderdojochi/templates/dashboard/admin.html
@@ -257,6 +257,15 @@
Classes {{ sessions|length }}
{% endfor %}
+ {% if sessions.count > 5 %}
+
+
+ |
+
+ |
+
+
+ {% endif %}
{% if sessions.count > 5 %}
@@ -273,6 +282,7 @@ Classes {{ sessions|length }}
+{% comment %}
@@ -372,6 +382,7 @@
Meetings {{ meetings|length }}
No upcoming meetings.
{% endif %}
+{% endcomment %}
{% endblock %}
{% block footer_base %}{% endblock %}