{% extends 'userena/base_userena.html' %} {% load i18n %} {% block title %}{% trans "Email verification" %}{% endblock %} {% block content_title %}

{% trans 'Confirm your new email' %}

{% endblock %} {% block content %}

{% blocktrans with account.email_unconfirmed as email %}We have sent message to your new email.{% endblocktrans %}

{% blocktrans with account.username as username %}To associate this email address with your account ({{ username }}) click on the link provided in this email.{% endblocktrans %}

{% endblock %}