{intl l="Password Forgotten"}

{hook name="password.top"} {if $password_sent}

{intl l="A new password has been sent to your e-mail address. Please check your mailbox."}

{else} {form name="thelia.front.customer.lostpassword"}
{form_hidden_fields}

{intl l="Please enter your email address below."} {intl l="You will receive a link to reset your password."}

{if $form_error}
{$form_error_message}
{/if} {hook name="password.form-top"} {form_field field="success_url"} {/form_field} {form_field field="email"}
{if $error} {$message} {elseif !$error && $value != ""} {intl l="You will receive a link to reset your password."} {/if}
{/form_field} {hook name="password.form-bottom"}
{intl l="Cancel"}
{/form} {/if} {hook name="password.bottom"}