{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 %store account" store={config key="store_name"}}{/block}
{* Title *}
{block name="email-title"}{/block}
{* Content *}
{block name="email-content"}
{intl l="Hello,"}
{intl l="An account at %store_name has been created by one of our managers." store_name={config key="store_name"}}.
{loop name="cust_info" type="customer" id={$customer_id} current="false"}
{intl l="To login, please use the email address %email" email={$EMAIL}}
{/loop}
{if ! empty($password)}
{intl l="Your password is %pass" pass={$password}}
{/if}
{intl l='You can change your password and your account details at any time in our store.' url={url path="/account"}}
{intl l='Kind regards'},
{intl l="The %store team." store={config key="store_name"}}
{/block}