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

{% trans 'Registration is closed' %}

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

{% endblock %}