{% assets "css_login" -%} {%- endassets %}
{% 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 %}