{% extends "userprofile/base_2col.html" %} {% load i18n %} {% block title %}{% trans "Registration complete" %}{% endblock %} {% block robots %}noindex,nofollow{% endblock %} {% block userprofile_content %}
{% 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 login page to authenticate and start using this site.{% endblocktrans %}

{% endif %}
{% endblock %} {% block userprofile_content_related %}

{% trans "Register a new account" %}

{% trans "Joining this community is quick and easy. You only need to fill the form to get access to all the private content" %}.

{% endblock %}