{% extends "userprofile/base_2col.html" %} {% load i18n %} {% block title %}{% trans "Registration complete" %}{% endblock %} {% block robots %}noindex,nofollow{% endblock %} {% block userprofile_content %}

{% trans "Register a new account" %}

{% if email_validation_required %}

{% blocktrans %}You have successfully registered a new account, and an account activation url has been sent to your e-mail address. You must access this message on your e-mail account to finish the registration process.{% endblocktrans %}

{% else %} {% url profile_overview as overview_url %}

{% blocktrans %}You have successfully registered a new account. Go to the sign in page to authenticate and start using this site.{% endblocktrans %}

{% endif %}
{% endblock %}