{include file="header.html"}

{$lng.useraccount.order_history}

{include file="paginator.html"}
 
{foreach from=$actions_array item=v} {/foreach} {if $no_actions==0} {/if}
{$lng.listings.id} {$lng.order_history.processor} {$lng.order_history.amount} {$lng.order_history.completed} {$lng.order_history.details} {$lng.order_history.date}
#{$v.invoice} {$v.processor_title} {$v.amount_nice} {if $v.completed}{$lng.order_history.completed}{else}{$lng.order_history.not_completed}{/if}{if !$v.completed && $v.processor!='manual'} [ {$lng.order_history.complete_payment} ]{/if} {$v.action_str} {$v.date_nice}
{$lng.order_history.no_actions}
{$lng.general.show} {$lng.general.on_a_page}

{include file="footer.html"}