{% extends "mailman-django/base.html" %} {% load i18n %} {% block links%} 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. {% endblock %} {% block content %}

{% trans "Mass Subscribe Users" %}

Logout

Here you can mass subscribe users to the list {{ fqdn_listname }}. To do so, please enter one name on each row.

{% if message %}

{{ message }}

{% endif %}
{{ form.as_div }}
{% endblock %}