{% extends "email_change/base.html" %} {% load i18n %} {% block title %}{% trans "Email confirmation" %}{% endblock %} {% block breadcrumbs-box %} {{ block.super }} › {% trans "Notice" %} {% endblock %} {% block coltype %}login{% endblock %} {% block content_title %}

{% trans "Email confirmation failed" %}

{% endblock %} {% block content %}

{% trans "This confirmation code has either expired or is invalid." %}

{% trans "The requested email address change has failed." %}

{% trans "Please, try to change it again in your account settings." %}

« {% trans "Back to your profile" %}

{% endblock %}