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

{% trans "Register a new account" %}

{% if email_validation_required %}

{% blocktrans %}Account created. An activation url was sent to your e-mail address. Please access that url to complete the registration process.{% endblocktrans %}

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

{% blocktrans %}Account created. Go to the sign in page to authenticate and start using this site.{% endblocktrans %}

{% endif %}
{% endblock %}