{include file="header.html"}
{$lng.useraccount.order_history}
{foreach from=$actions_array item=v}

#{$v.invoice} | {$v.processor_title} | {$v.amount_nice}

{$v.date_nice} | {if $v.completed==1}{$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}
{/foreach} {if $no_actions==0}
{$lng.order_history.no_actions}
{/if}
{if $no_pages>1}
{include file="paginator.html"}
{/if} {include file="footer.html"}