{% extends "base_site.html" %} {% block title %}Colibri Mailing Lists Manager - My account - {{ user.email|escape }}{% endblock %} {% block content %}

Account configuration for {{ user.email|escape }}

{% if subscriptions %} You are subscribed to the following list{{subscriptions|pluralize}}: {% else %} You are not subscribed to any list. {% endif %} {% if mylists %} You are managing the following list{{mylists|pluralize}}: {% endif %} {% if moderator_on %} You are moderator on the following list{{moderator_on|pluralize}}: {% endif %}

Primary email

Your primary email is {{user.email}}. All messages are sent to this address, and this is the email used for authentication on this website.

Secondary emails

You can declare secondary email addresses. If you post to a mailing list using such a secondary email address, it will not be rejected as 'unknown'.

{% if secondary_emails %} You have declared the following email{{secondary_emails|pluralize}} as being yours. The confirmed ones have a green confirmed icon, and the unconfirmed ones have a red cross unconfirmed icon. {% else %} You do not have any secondary email declared. {% endif %}

{% csrf_token %} {{form.email.errors}} Email: {{ form.email }}
{% endblock %}