{% extends "site_base.html" %} {% load url from future %} {% load i18n %} {% load foundations_tags %} {% block head_title %}{% trans "Sign up closed" %}{% endblock %} {% block body %}

{% trans "Sign up closed" %}

{% if code %}

{% blocktrans %}The code you provided was not accepted.{% endblocktrans %}

{% else %}

{% blocktrans %}Sign up is closed to the general public.{% endblocktrans %}

{% endif %} {% endblock %}