{% extends base_template %}
{% load i18n heroicons %}
{% block content %}
{% 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." %}
{% trans "Check your inbox to proceed!" %}
{% blocktrans %}Check your "Spam" folder, if you don't find the email in your inbox.{% endblocktrans %}
{% endblock content %}