{include file="header.html"}

{$lng.navbar.password_recovery}

{if isset($error) && $error}

{$error}

{/if} {if isset($key) && $key && (!isset($info) || !$info)}


{if $settings.register_captcha} {if $settings.enable_recaptcha} {include file="data/recaptcha.html"} {else} {include file="data/random_image.html"} {/if} {/if}
{/if} {if (!isset($info) || !$info) && ( !isset($key) || !$key) }


{/if} {if $info}
{$info}
{/if}
{include file="footer.html"}