{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="You win"}{/block}
{* Title *}
{block name="email-title"}{/block}
{* Content *}
{block name="email-content"}
{intl l="Hello,"}
{intl l="You have participate to a contest at %store_name" store_name={config key="store_name"} d="contest.email.default"}.
{intl l='We have the pleasure to inform you to win' d="contest.email.default"}.
{intl l='Kind regards'},
{intl l="The %store team." store={config key="store_name"}}
{/block}