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

{trans 'Oops, please check the provided login or email address to recover your password.'}

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

{trans 'Provide either your login or email address, if a corresponding user is found in the database, we will send you an email with the details on how to reset your password.'}

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