{% extends "registration/registration_base.html" %} {% load url from future %} {% load i18n %} {% block masthead %}

{% trans "Registration closed" %}

{% endblock %} {% block content %}

{% trans "We are sorry but registration is temporarily closed." %}

{% trans "Please come back shortly and try again. We apologize for the inconvenience." %}

{% endblock %}