{intl l="Password Forgotten"}

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

{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} {form_field form=$form field="email"}
{if $error} {$message} {elseif !$error && $value != ""} {intl l="You will receive a link to reset your password."} {/if}
{/form_field}
{intl l="Cancel"}
{/form}