{% load i18n %} {% comment %} Overview cards contributed by dac.allauth (see DacAllauthConfig's dac_overview_template / dac_overview_context hooks). Rendered inside the on dac/account_center.html. {% endcomment %} {% if unverified_email_count %} {% endif %} {% for emailaddress in emailaddresses %}
{{ emailaddress.email }} {% if emailaddress.primary %} {% endif %} {% if emailaddress.verified %} {% else %} {% endif %}
{% empty %}

{% trans "No email address on record." %}

{% endfor %}
{% if has_usable_password %}

{% trans "A password is set for your account." %}

{% else %}

{% trans "You have no password set. You sign in via a third-party account, code or passkey." %}

{% endif %} {% if has_usable_password %} {% else %} {% endif %}
{% if socialaccount_enabled %} {% if socialaccounts %} {% for account in socialaccounts %}
{{ account.get_provider.name }} {{ account }}
{% endfor %} {% else %}

{% trans "No third-party accounts connected." %}

{% endif %}
{% endif %} {% if mfa_enabled %} {% if mfa_active %} {% else %} {% endif %} {% if mfa_active %}

{% trans "Your account is protected by two-factor authentication." %}

{% else %}

{% trans "Add a second factor to make your account more secure." %}

{% endif %}
{% endif %} {% if usersessions_enabled %}

{% blocktrans count n=session_count %}{{ n }} active session{% plural %}{{ n }} active sessions{% endblocktrans %}

{% endif %}