diff --git a/src/postorius/templates/postorius/lists/summary.html b/src/postorius/templates/postorius/lists/summary.html
index d9011ae..0576cb1 100644
--- a/src/postorius/templates/postorius/lists/summary.html
+++ b/src/postorius/templates/postorius/lists/summary.html
@@ -19,20 +19,10 @@
{% if hyperkitty_url %}
{% url 'hk_list_overview' list.fqdn_listname as hyperkitty_list_url %}
{% blocktrans %}
- To see the prior postings to this list, visit
- the archives.
+
To see the prior postings to this list, visit
+ the archives.
{% endblocktrans %}
{% endif %}
- {% if user.is_authenticated %}
- {% if user.is_list_owner or user.is_superuser %}
-
-
{{ list.settings.created_at }}
-
{{ list.settings.last_post_at }}
-
{{ list.settings.digest_last_sent_at }}
-
{{ list.settings.volume }}
-
- {% endif %}
- {% endif %}
{% trans 'To contact the list owners, use the following email address' %}: {{ list.settings.owner_address }}
{% if user.is_authenticated %}
{% if userSubscribed %}
@@ -81,6 +71,22 @@
{% trans 'You have to log in to subscribe to this list.' %}