diff --git a/templates/mailman-django/lists/index.html b/templates/mailman-django/lists/index.html
index 13d18d1..214adc1 100644
--- a/templates/mailman-django/lists/index.html
+++ b/templates/mailman-django/lists/index.html
@@ -5,25 +5,10 @@
All available Lists on {{domain}}
{% endblock %}
-{% block smallBoxLeft %}
- {% for list in lists %}
-
-
- {% endfor %}
-{% endblock %}
-
{% block header %}
- {% trans "list_index site shows all available lists, either on the registered Domain or the whole server. Please bare in mind that we can only show public advertised lists."%}
+ {% trans "This site shows all available lists, either on the registered Domain or the whole server. Please bare in mind that we can only show public advertised lists. - Because of missing ACL functionality we show non-advertised list as well, but ammending a litle comment (non-public)
Please be aware that this will change in future releases "%}
{% endblock %}
@@ -32,3 +17,22 @@
{% trans "Create new List" %}
{% endblock %}
+
+{% block smallBoxLeft %}
+ {% for list in lists %}
+
+
+ {% endfor %}
+{% endblock %}
diff --git a/templates/mailman-django/lists/summary.html b/templates/mailman-django/lists/summary.html
index 6b20fea..7833f4a 100644
--- a/templates/mailman-django/lists/summary.html
+++ b/templates/mailman-django/lists/summary.html
@@ -24,14 +24,14 @@
{% endblock %}
-{% block smallBoxLeft %}
+{% block smallBox %}
{% endblock %}
-{% block smallBoxRight %}
+{% block smallBox %}