privilegedemarque/mails/en/download-product.tpl
Serveur preprod f0c0c48223 first push
2016-04-14 16:14:31 +02:00

13 lines
307 B
Smarty
Executable File

<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>