chocolatdemariage/www/mails/en/download-product.tpl
Michael RICOIS f46be40623 Init
2017-06-07 16:31:24 +02:00

13 lines
307 B
Smarty

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