{{ t('forgot_password') }}

Enter your email and we'll send you a reset link (demo only).

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message.replace('_',' ') }}
{% endfor %} {% endif %} {% endwith %}