%inherit file="/template.html" />
<%def name="title()">${_("Who are you, then?")}%def>
<%block name="attention_getter">
## disable the attention getter if somebody is about to register in.
%block>
<%block name="main_content">
${_("Register")}
${_("Creating an account is easy; all you need is a user name, password and email address.")}
<%include file="/user/register_form.html"/>
${_("If you have an account but you've lost your password,
click here.")|n}
%block>