{extends file="layout.tpl"} {block name=content}
{$forgot_password_message}
{$title}
{if isset($EMAIL_ERROR) and $EMAIL_ERROR eq "TRUE"}
{$email_doesnt_exist}
{/if} {if isset($EMAIL_SUCCESS) and $EMAIL_SUCCESS eq "TRUE"}
{$email_sent}
{/if}

{$register_message} {$here}.
{$login_message} {$here}
{/block}