{% extends "base.html" %} {% block title %}Email verification - {{ SITE_NAME }}{% endblock %} {% block dashboard_stat %} {% endblock %} {% block content %}
{% if status == 1 %}

Email verification successful!

You have confirmed your account. Click here to login.

{% elif status == 2 %}

Already verified!

You have confirmed your account already. Click here to login.

{% else %}

Email verification failed!

The confirmation link is invalid or has expired. Click here if you want to resend a new link.

{% endif %}
{% endblock %}