{% extends "account/base_entrance.html" %} {% load i18n %} {% block title %} {% trans "Sign up closed" %} {% endblock title %} {% block content %} {% trans "Sign up for this site is currently closed." %} {% endblock content %}