{extends "idf/base-simple.html"} {block body} {if $form.errors}

{trans 'Oops, please check the form for errors.'}

{if $form.get_top_errors} {$form.render_top_errors|unsafe} {/if} {if $form.f.key.errors}{$form.f.key.fieldErrors}{/if}
{/if}
{trans 'Login:'} {$new_user.login}
{trans 'Email:'} {$new_user.email}
{$form.f.password.labelTag}: {if $form.f.password.errors}{$form.f.password.fieldErrors}{/if} {$form.f.password|unsafe}
{$form.f.password.help_text}
{$form.f.password2.labelTag}: {if $form.f.password2.errors}{$form.f.password2.fieldErrors}{/if} {$form.f.password2|unsafe}
  | {trans 'Cancel'}
{$form.f.key|unsafe}
{/block} {block context}

{trans 'This is the last step, but just be sure to have the cookies enabled to log in afterwards.'}

{/block} {block javascript} {/block}