{% extends 'registration/base.html' %} {% load url from future %} {% load i18n %} {% block title %}{% trans 'Registration is closed' %}{% endblock %} {% block content_title %}

{% trans 'Registration is closed' %}

{% endblock %} {% block contents %} {{ block.super }}

{% trans 'I am afraid that registration is currently closed.' %}

{% endblock %}