{% extends "base/base.html" %} {% load i18n static %} {% block title %}{% trans "Email Verification Required" %}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

{% trans "Email Verification Required" %}

{% blocktrans %} We've sent a verification link to your email address. Please check your inbox and click on the link to verify your email. {% endblocktrans %}

{% blocktrans %} If you didn't receive an email, please check your spam folder or request a new verification email below. {% endblocktrans %}

{% endblock %}