{% extends "base.html" %} {% load static %} {% block title %} {% if success %} Email Verification Complete {% elif error %} Email Verification Failed {% else %} Verifying Email... {% endif %} {% endblock title %} {% block content %}
{% if app.app_logo %}
{{ app.app_info }} Logo
{% endif %} {% if success %}

Email Verified!

You may close this window now.

{% elif error %}

Something went wrong!

{{ error }}. Please try again.

{% else %}

Verifying email...

Please wait while we run the checks.

{% endif %} {% if token %}
{% csrf_token %}
{% endif %}
{% if token %} {% endif %} {% endblock content %}