{% load static i18n %} {% load account %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% get_current_language as LANGUAGE_CODE %}
{% blocktrans with email as email %}Please confirm that **{{ email }}** is the correct email address for your account.{% endblocktrans %}
{% else %}{% 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 %}