{% extends layout_path %} {% load static %} {% load i18n %} {% block title %}Verify Email - Pages{% endblock %} {% block page_css %} {{ block.super }} {% endblock page_css %} {% block page_js %} {{ block.super }} {% endblock page_js %} {% block content %}
auth-verify-email-cover auth-verify-email-cover

Verify your email ✉️

{% if request.user.is_authenticated %}

Verification link will be send to this email: {{request.user.email}}.

{% else %}

Verification link send to your email address.

{% endif %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% if request.user.is_authenticated %} Verify Email Back {% else %} Skip for now & Login

Didn't get the mail? Resend

{% endif %}
{% endblock content %}