{% 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 mass_subscribe fqdn_listname as url_mass_subscription %} {% blocktrans %} If you wish to mass subscribe users to this list, please click here. {% endblocktrans %} {% endblock %} {% block content %}

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

{% trans "This page visualizes all list settings. This gives an idea of what the settings page could look like." %}

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