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