bebeboutik/mails/es/download-product.tpl
Michael RICOIS c6ecfaa219 Add mail ES
2017-11-14 11:29:09 +01:00

13 lines
291 B
Smarty

<ul>
{foreach from=$virtualProducts item=product}
<li>
<a href="{$product.link}">{$product.name}</a>
{if isset($product.deadline)}
expires on {$product.deadline}
{/if}
{if isset($product.downloadable)}
downloadable {$product.downloadable} times
{/if}
</li>
{/foreach}
</ul>