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

{trans 'Oops, we found an error in the form.'}

{if $form.get_top_errors} {$form.render_top_errors|unsafe} {/if}
{/if}
  {$form.f.key.labelTag}:
{if $form.f.key.errors}{$form.f.key.fieldErrors}{/if} {$form.f.key|unsafe}
  | {trans 'Cancel'}
{/block} {block context}

{trans 'Instructions'}

{trans 'Use your email software to read your emails and open your verification email. Either click directly on the verification link or copy/paste the verification key in the box and submit the form.'}

{trans 'Just after providing the confirmation key, you will be able to reset your password and use this website fully.'}

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