{% extends "mailman-django/base.html" %} {% load i18n %} {% block content %}

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

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 you wish to mass subscribe users to this list, please click here.

{% if message %}

{{ message }}

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