{% extends "site_base.html" %} {% load url from future %} {% load i18n %} {% block head_title %}{% trans "Confirm 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.{% endblocktrans %}
{% endblock %}