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

{% trans "List Settings" %}

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.

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