{% extends '__layout__.html' %} {% block title %}Email Verified{% endblock %} {% block head %} {% endblock %} {% block content %}
Please choose an account to reset from the list below and enter a new password
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == 'error': %}