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

{{ settings_type }}{% trans "Settings" %}

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 %}
{{ user_form.as_div }}
{% for form in membership_forms %}
{{ form.as_div }}
{% endfor %}
{% endblock %}