{% extends "account/base.html" %}
{% load i18n %}
{% block head_title %}{% trans "Verification email sent" %}{% endblock %}
{% block body %}
{% blocktrans %}
We have sent you an email to {{ email }} for verification. Follow the link provided to finalize the signup process.
{% endblocktrans %}
{% trans "Verification email sent" %}
{% blocktrans %}If you do not receive it within a few minutes, contact us at {{ CONTACT_EMAIL }}.{% endblocktrans %}
{% endblock %}