{% raw %} {% extends "account/base.html" %} {% load i18n %} {% block head_title %} {% translate "Verify Your E-mail Address" %} {% endblock head_title %} {% block inner %}
{% blocktranslate %}We have sent an e-mail to you for verification. Follow the link provided to finalize the signup process. Please contact us if you do not receive it within a few minutes.{% endblocktranslate %}
{% endblock inner %} {% endraw %}