{% extends 'accounts/base_accounts.html' %} {% load i18n %} {% block title %}{% trans "Email verification" %}{% endblock %} {% block content_title %}
{% blocktrans with viewed_user.accounts_signup.email_unconfirmed as email %}You have received an email at {{ email }}.{% endblocktrans %}
{% blocktrans with viewed_user.username as username %}To associate this email address with your account ({{ username }}) click on the link provided in this email.{% endblocktrans %}
{% endblock %}