## -*- coding: utf-8 -*- ${_('Sign Up')} - ${c.rhodecode_name}
${_('Sign Up to rhodecode')}
${h.form(url('register'))}
${h.text('username')}
${h.password('password')}
${h.text('name')}
${h.text('lastname')}
${h.text('email')}
${h.submit('sign_up','Sign Up',class_="ui-button ui-widget ui-state-default ui-corner-all")} %if c.auto_active:
${_('Your account will be activated right after registration')}
%else:
${_('Your account must wait for activation by administrator')}
%endif
${h.end_form()}