{% 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 %} {% endblock %} {% block content %}

{% trans "Mass Subscribe Users" %}

{% trans "Logout" %}

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

{% if message %}

{{ message }}

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