{% extends "account/base.html" %} {% load i18n %} {% block title %}{% trans "Verify Your Email Address" %} - ${project_name}{% endblock %} {% block account_title %}{% trans "Verify Your Email Address" %}{% endblock %} {% block account_subtitle %}{% trans "Email verification required" %}{% endblock %} {% block account_content %}

{% trans "Email Verification Required" %}

{% blocktrans %}This part of the site requires us to verify that you are who you claim to be. We've sent you an email with a verification link. Please click on that link to continue.{% endblocktrans %}

{% blocktrans %}If you have not received the email, please check your spam folder. If you still can't find it, you can request a new verification email:{% endblocktrans %}

{% csrf_token %}
{% endblock %}