diff --git a/templates/mailman-django/lists/mass_subscribe.html b/templates/mailman-django/lists/mass_subscribe.html
index ea3060c..c231b20 100644
--- a/templates/mailman-django/lists/mass_subscribe.html
+++ b/templates/mailman-django/lists/mass_subscribe.html
@@ -1,36 +1,23 @@
{% extends "mailman-django/base.html" %}
{% load i18n %}
-{% block links%}
-{% url list_info fqdn_listname as url_list_info %}
-{% url list_delete fqdn_listname as url_list_delete %}
-{% url list_settings fqdn_listname as url_list_settings %}
-
-{% blocktrans %}
-
-You can also subscribe or unsubscribe a user to the list "the normal way" or delete the list. To go back to the general settings page, please click here.{% endblocktrans %}
+{% block heading %}
+ {% trans "Mass Subscribe Users to" %} {{list.fqdn_listname}}
{% endblock %}
-{% block content %}
+{% block header %}
+
+
{% trans "Form" %}
-
{% trans "Mass Subscribe Users" %}
+
{% blocktrans %}Here you can mass subscribe users to the list {{ list.fqdn_listname }}. To do so, please enter one name on each row.{% endblocktrans %}