{% extends "mailman-django/base.html" %} {% load i18n %} {% block links%} {% blocktrans with url_list_info= url list_info fqdn_listname url_list_delete=url list_delete fqdn_listname url_list_settings=url list_settings fqdn_listname %}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 %}
{% 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 %} {% endblock %}