{% extends "allauth/layouts/entrance.html" %} {% load i18n %} {% block title %}{% trans "Sign Up Closed" %}{% endblock %} {% block body_inner %}
{% blocktrans %}We're not accepting new accounts right now. If you already have access, you can still sign in.{% endblocktrans %}
{% if settings.PUBLIC_CONTACT_EMAIL %}{% blocktrans %}Need access? Contact us at{% endblocktrans %} {{ settings.PUBLIC_CONTACT_EMAIL }}.
{% endif %}