{% extends "registration/base.html" %} {% load i18n %} {% block title %}Registration closed{% endblock %} {% block content %}

{% trans "Registration is closed" %}

{% blocktrans %} Sorry, but this site currently does not allow new users to be registered. {% endblocktrans %}

{% endblock %}