{default_translation_domain domain='email.default'} {default_locale locale={$locale}} {declare_assets directory='assets'} {assign var="url_site" value="{config key="url_site"}"} {assign var="company_name" value="{config key="store_name"}"} {if not $company_name} {assign var="company_name" value="{intl l='Thelia V2'}"} {/if} {block name="email-subject"}{/block} {hook name="email-html.layout.css"}
{block name="pre-header"} {/block} {block name="logo-header"} {/block}
{block name="email-intro"}{/block} {block name="browser"}{intl l="Email not displaying correctly?"}
{intl l="View it in your browser"}.{/block}
{$image = {image file='assets/img/logo.png' failsafe=true}} {if $image == null} {$image = {image file='assets/img/logo.gif' failsafe=true}} {/if} {$company_name}
{block name="email-title"}{/block}
{block name="image-header"} {/block}
{block name="email-content"}{/block}
{hook name="email-html.layout.footer"} {elsehook rel="email-html.layout.footer"}
{intl l="Our mailing address is:"}
{config key="store_address1"} {config key="store_address2"} {config key="store_address3"}
{config key="store_zipcode"} {config key="store_city"}, {if {config key="store_country"} } {loop type="country" name="address.country.title" id={config key="store_country"}}, {$TITLE}{/loop} {/if}

{intl l="Copyright"} © {'Y'|date} {$company_name}, {intl l="All rights reserved."}
{/elsehook}