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

{% trans "Membership Settings" %} {% if listname %}{% trans "for"%}{% endif %} {{ listname }}

{% else %}

{% trans "User Settings" %}

{% endifequal %}

Logout

This page visualizes the user/membership 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 %} {% if form %}
{% else %} {% endif %} {% endblock %}