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

{% trans "Register for a Transifex account" %}

{% trans "Joining Transifex is quick and easy. Just fill in the following form." %}

{% include "userprofile/account/includes/registration_form.html" %} {% endblock %}