{% extends "core/base.html" %} {% load i18n material_form %} {% block browser_title %}{% trans "Signup closed" %}{% endblock %} {% block page_title %}{% trans "Signup closed" %}{% endblock %} {% block content %}
{% blocktrans %} This sign up is currently closed. If you think this is an error, please contact one of your site administrators. {% endblocktrans %}
{% include "core/partials/admins_list.html" %}