{% 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_mass_subscription=url mass_subscribe fqdn_listname %} You can also subscribe or unsubscribe a user to the list "the normal way" or delete the list. If you wish to mass subscribe users to this list, please click here. {% endblocktrans %} {% endblock %} {% block content %}

{% trans "List Settings for " %}{{ fqdn_listname }}

Logout

{% trans "This page visualizes all list settings. Currently the page is not connected to the rest server so the settings will not be saved when changing them. However, this gives an idea of what the settings page could look like."

{% if message %}

{{ message }}

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