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

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

{if $form.get_top_errors} {$form.render_top_errors|unsafe} {/if}
{/if}
{aurl 'url', 'IDF_Views_User::view', array($user.login)}
{trans 'Login:'}{$user.login}
{$form.f.first_name.labelTag}: {if $form.f.first_name.errors}{$form.f.first_name.fieldErrors}{/if} {$form.f.first_name|unsafe}
{$form.f.last_name.labelTag}: {if $form.f.last_name.errors}{$form.f.last_name.fieldErrors}{/if} {$form.f.last_name|unsafe}
{$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 'API key'}: {$api_key}
{trans 'Your API key will automatically be regenerated if you change your password.'}
  | {trans 'Cancel'}
{/block} {block context}

{trans 'If possible, use your real name. By using your real name, people will have more trust in your comments and remarks.'}

{trans 'The API key is used to interact with this website using a program.'}

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