{% extends "account/base.html" %} {% load i18n %} {% block head_title %}{% trans "Account Details" %}{% endblock %} {% block content %}
{% trans 'The following email addresses are associated with your account:' %}
{% else %}{% trans 'Warning:'%} {% trans "You do not have any email addresses set up. Please add an email address to receive notifications, reset your password, and perform other account-related actions." %}
{% endif %}You can connect third-party accounts to log into this site with them.
{% trans "Manage" %} {% endblock %} {% block extra_body %} {% endblock %}