{% extends base_template %} {% load i18n heroicons %} {% block content %}
{% heroicon_outline "document-check" aria_hidden="true" size=64 %}

{% trans "Check your inbox to proceed!" %}

{% if ENABLE_PUBLIC_SIGNUP %} {% trans "We have sent you an email containing a link for logging in or signing up. Please check your email and use the link provided to either login or create your account." %}

{% else %} {% trans "We've sent you an email with a login link. Kindly check your email and follow the link to access your account." %}

{% endif %}

{% blocktrans %}Check your "Spam" folder, if you don't find the email in your inbox.{% endblocktrans %}

Try again

{% endblock content %}