{% extends "base.html" %} {% block title %}Verify Email - AISBF Dashboard{% endblock %} {% block content %}

Verify Your Email

Please check your email inbox and click the verification link to activate your account.

{% if error %}
{{ error }}
{% endif %} {% if message %}
{{ message }}
{% endif %}

Didn't receive the email?

Check your spam/junk folder, or request a new verification email.

{% if can_resend %}
{% else %}

You can request another verification email in a few minutes.

{% endif %}

Logout

{% endblock %}