{% extends "base.html" %} {% load static %} {% load i18n %} {% load allauth account %} {% block head_title %} {% trans "Verify Email Address" %} {% endblock head_title %} {% block content %}

{% trans "Verify Your Email Address" %}

{% trans "We have sent you an email for verification. Follow the link provided to complete the sign-up process. If you do not see the verification email in your primary inbox, check your spam folder." %}

{% trans "Please contact us if you do not receive the verification email within a few minutes." %}

{% endblock content %} {% block extra_body %} {{ block.super }} {% endblock extra_body %}