{include file="header.html"}
{$lng.affiliates.revenue_history}
{if $no_pages>1}
{include file="paginator.html"}
{/if}
{foreach from=$revenue_array item=v}

{$v.amount_nice}

{$v.date_nice} | {if $v.released==1}{$lng.affiliates.released}{else}{$lng.affiliates.not_released}{/if}  {if $v.paid}{$lng.affiliates.paid}{else}{$lng.affiliates.not_paid}{/if}
{/foreach} {if $no_rev==0}
{$lng.general.no_items}
{/if}
{include file="footer.html"}