{% extends "base.html" %} {% load i18n %} {% block page_title %}{% trans 'New User Sign Up Closed' %}{% endblock page_title %} {% block content %}

{% trans 'New user sign up unavailable :-(' %}

{% trans 'Sorry we are not accepting new users at this time, please check back later.' %}

{% endblock content %}