{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
{% if action == 'verification' %}
{% endif %}
{{ message }}
{% endfor %}
{% endif %}
{% endwith %}
Check Your Email
We've sent a verification link to:
{{ email }}
Click the link in the email to verify your account. The link will expire in 24 hours.
{% elif action == 'verification_required' %}Email Verification Required
Please verify your email address:
{{ email }}
Check your inbox for a verification email. If you haven't received it, you can request a new one.
{% elif action == 'password_reset' %}Check Your Email
If an account exists with this email:
{{ email }}
We've sent a password reset link. The link will expire in 1 hour.
{% endif %} {% if show_resend and (action == 'verification' or action == 'verification_required') %}
DictIA