{% extends "bitcaster/base.html" %} {% load i18n static %} {% block base %}

{% trans "Registration Not Allowed" %}

{% trans "Your email address is not allowed to register." as msg %}

{{ error_message|default:msg }}

{% trans "Please contact the system administrator if you believe this is an error." %}

{% trans "Back to Login" %}
{% endblock %}