{% extends "allauth/layouts/entrance.html" %} {% load i18n %} {% block title %}{% trans "Sign Up Closed" %}{% endblock %} {% block body_inner %}
{% trans "Registration paused" %}

{% trans "Sign ups are currently closed" %}

{% 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 %}
{% endblock %}