{% extends "base.html" %} {% block title %}{{ _('Account Recovery') }} — {{ service_name }}{% endblock %} {% block content %} {% if not current_user.is_authenticated %}

{{ _('Account Recovery Email sent to %(email)s', email=email) }}

{{ _('If you have an account with this email address, you will receive an email in the next 30 minutes. Please follow the instructions to regain access to your account.') }}

{{ _('If this email does not arrive within 30 minutes, please check your junk mail folder and contact an administator.', contact_email=contact_email, email=email) }}

{% endif %} {% endblock %}