{% extends 'base_narrow.html' %} {% block body %}

{{_('Account Registration')}}

{{_('At least one and at most 32 lower-case characters, digits, dashes ("-") or underscores ("_"). Cannot be changed later!')|safe}}
{{_('At least one and at most 128 characters, no other special requirements.')}}
{{_('We will send a confirmation mail to this address that you need to complete the registration.')}}
{{ User.PASSWORD_DESCRIPTION|safe }}
{% endblock %}