{default_translation_domain domain='resetpassword.email.default'}
{extends file="email-layout.tpl"}
{* Open in browser *}
{block name="browser"}{/block}
{* No big image header *}
{block name="image-header"}{/block}
{* No pre-header *}
{block name="pre-header"}{/block}
{* Subject *}
{block name="email-subject"}{intl l="Your password reset link for %store" store={config key="store_name"}}{/block}
{* Title *}
{block name="email-title"}{/block}
{* Content *}
{block name="email-content"}
{intl l="Hello,"}
{intl l="You have requested a new password for your account at %store_name" store_name={config key="store_name"}}.
{intl l='Please click here to create a new password.' url={$tokenLink}}
{intl l="You can also paste the URL below in you browser's address bar : "}
{$tokenLink}
{intl l='If you don\'t requested a new password, please ignore this message.'}.
{intl l='Have a nice day'}
{/block}