{include file="header.html"} {include file="data/ui.html"}

{$lng.useraccount.order_history}

{* end lfloat *}
{* end col-8 *}
{include file="paginator.html"}
{* end tt *}
{* end page_bounds *}
{foreach from=$actions_array item=v}
{$lng.listings.id}: #{$v.invoice}
{$lng.order_history.processor}: {$v.processor_title}
{$lng.order_history.amount}: {$v.amount_nice}
{$lng.order_history.date}: {$v.date_nice}
{$v.action_str}
{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} {if $v.invoice_id}{$lng.invoice.download}{/if}
{* end item-top *}
{* end item *} {/foreach} {if $no_actions}
{include file="paginator.html"}
{$lng.general.show} {$lng.general.on_a_page}
{else}
{$lng.order_history.no_actions}
{/if}
{* end page_bounds *}
{* end wbg *}
{literal} {/literal} {include file="footer.html"}