{% extends "base.html" %} {% block title %} {{ _("Check Your Email") }} {% endblock %} {% block content %}

{{ self.title() }}

{{ _("We've sent an email to the address you specified.") }} {{ _("You'll need to click the link in the email to confirm it.") }}

{{ _("The link will expire in 12 hours") }}

{{ _("My email never arrived") }}

{% endblock %}