privilegedemarque/mails/en/download-product.tpl

13 lines
307 B
Smarty
Raw Normal View History

2016-04-14 16:14:31 +02:00
<ul>
{foreach from=$virtualProducts item=product}
<li>
<a href="{$product.link|escape:'html'}">{$product.name}</a>
{if isset($product.deadline)}
expires on {$product.deadline}
{/if}
{if isset($product.downloadable)}
downloadable {$product.downloadable} time(s)
{/if}
</li>
{/foreach}
</ul>