{% extends "base.html" %} {% block head %} {{ super() }} {% endblock %} {% block body %}
{{ _('Please check your inbox. We have sent you an email.') }}
{% elif success %}{{ _('Your email address is now confirmed.') }}
{% else %}{{ _('This did not work. Please try again later.') }}
{{ _('Try again') }} {% endif %}