{% extends "registration/base.html" %} {% load i18n %} {% block content %}

{% trans 'Register' %}

{% trans "Thank you for your interest in" %} {{ SITE.name }}

{% trans "Your request for access is being processed. You will be notified by email shortly" %}

{% endblock %}