<{if $subject}> <{t section="Mail" product_name=$product->getName()}>Vi har nu {product_name} på lager igen<{/t}> <{else}> <{t section="Mail"}>Produkt på lager igen<{/t}>
<{t section="Mail"}>Godt nyt!<{/t}>
<{t section="Mail"}>Det produkt du har vist interesse for er nu på lager igen.<{/t}>
<{if $product}>
<{assign var="image" value=$product->getImage()}> <{if $image}> <{$product->getName()|escape}> <{/if}>
<{$product->getName()|escape}>
<{if $product->getPrice()}>
<{$product->getPrice()|number_format:2:",":"."}> <{$webshop->getCurrency()}>
<{/if}>
<{t section="Mail"}>Begrænset antal - skynd dig at bestille!<{/t}>
<{t section="Mail"}>Køb nu<{/t}>
<{/if}>
<{/if}>