{* шаблон страницы восстановления пароля *}
{if $login_was_found ne NULL}
{$smarty.const.PASSWORD_RESTORE_MAILED}
{elseif $login_wasnt_found ne NULL}
{$smarty.const.STRING_CANT_FIND_USER_IN_DB} ( {$forgotpw} )!
{elseif $wrongLoginOrPw}
{$smarty.const.ERROR_WRONG_PASSWORD}
{else}
{$smarty.const.PASSWORD_RESTORE_ENTER}:
{/if}