{% extends '__layout__.html' %} {% block title %}Email Verified{% endblock %} {% block head %} {% endblock %} {% block content %}

Reset account password

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': %}
{{ message }}
{% endif %} {% if category == 'success': %}
{{ message }}
{% endif %} {% endfor %} {% endif %} {% endwith %}
{% endblock %}