{% extends "account/base.html" %} {% load i18n %} {% load allauth %} {% block head_title %}{% trans "Sign Up Closed" %}{% endblock head_title %} {% block content %}
{% trans "We are sorry, but the sign up is currently closed." %}
{% include "account/_links.html" %}