{intl l="Password Forgotten"}

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

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

{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}