{% extends "django_mailman3/profile/base.html" %} {% load i18n %} {% load bootstrap_tags %} {% block head_title %}{% trans "Account" %}{% endblock %} {% block user_profile_content %} {% if user.emailaddress_set.all %}
{% trans 'The following e-mail addresses are associated with your account:' %}
{% else %}{% trans 'Warning:'%} {% trans "You currently do not have any e-mail address set up. You should really add an e-mail address so you can receive notifications, reset your password, etc." %}
{% endif %}