{% extends "base.html" %} {% load i18n %} {% block title %}{{ site.name }} is not available for new user registration currently{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

{% trans "Sorry" %} {{ user.username }}!

{% blocktrans with site.name as site_name and MEDIA_URL as media and user.email as email %}

{{ site_name }} is not available outside of private alpha currently.

We will send an email to {{ email }} when our open beta begins.

{% endblocktrans %} {% endblock %}