{% extends "html/accounts/base.html" %} {% block title %}{{ gettext('Sign up') }}{% endblock %} {% block page_id %}registration-page{% endblock %} {% block body %}
{{ gettext('Your username must start with a letter and be between 3 and 64 ' 'characters long. You may only use letters, numbers, underscores, @, ' 'and dots.') }}
{{ gettext('Error') }}: {{ gettext('No username given') }}
{{ gettext('Error') }}: {{ gettext('Username already in use')}}
{{ gettext('Error') }}: {{ gettext('Bad username') }}
{{ gettext('Your password must have at least 4 characters. ' 'Your password can not contain your username or spaces.') }}
{{ gettext('Error') }}: {{ gettext('No password given') }}
{{ gettext('Error') }}: {{ gettext('Bad password') }}
{{ gettext('Error') }}: {{ gettext('Passwords didn\'t match') }}
{{ gettext('Your email address is required for account ' 'confirmation and recovery. You will be emailed a confirmation link ' 'right after you successfully sign up.') }}
{{ gettext('Error') }}: {{ gettext('No email address given') }}
{{ gettext('Error') }}: {{ gettext('Invalid email address') }}
{{ gettext('Error') }}: {{ gettext('No challenge response given') }}
{{ gettext('Error') }}: {{ gettext('Invalid challenge response') }}