{assign var="title" value="Downloads history"} {include file="header.html"}
{$title}

{foreach from=$downloads item=f} {/foreach}
File name/Subscription Date Credits
{if $f.is_active} {$f.name} {else} {$f.name} {/if} {$f.time|date_format:$config.date_format} {$f.cost} 
Balance {$balance} 

Powered by aMember Pro subscription script

{include file="footer.html"}