{% extends "account/base_entrance.html" %} {% load i18n %} {% load account %} {% load allauth %} {% block head_title %} {% trans "Confirm Email Address" %} {% endblock head_title %} {% block content %}
Please confirm that {{ confirmation.email_address.email }} is an email address for the user: {{ user_display }} .
{% else %}Unable to confirm {{ confirmation.email_address.email }} because it is already confirmed by a different account.
{% endif %} {% else %}
This email confirmation link expired or is invalid.
Please issue a new confirmation request.