{% load static i18n %} {% load account %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% get_current_language as LANGUAGE_CODE %} {% block title %}{% trans "Confirm Email Address" %}{% endblock %}
{% with email as email %} {% if confirmation %}

{% trans "Confirm Your Email Address" %}

{% blocktrans with email as email %}Please confirm that **{{ email }}** is the correct email address for your account.{% endblocktrans %}

{% csrf_token %}
{% else %}

{% trans "Verification Failed" %}

{% trans "The email confirmation link is expired or invalid." %}

{% trans "If you recently requested a link, please ensure you use the newest one. You can request a new verification email from your account settings." %}

{% trans "Go to Settings" %} {% endif %} {% endwith %}