{foreach from = $action name = action key=myid item=v} {assign var="prev" value="`$myid-1`"} {* if first one or the invoice different from the previous one *} {if $myid==0 || $action.$myid.invoice!=$action.$prev.invoice}
{$lng.listings.invoice}: #{$v.invoice}
{if $info}
{$info}
{/if} {if !$v.completed}
{$lng.listings.complete_payment_invoice} #{$v.invoice}
{/if} {/if} {if $v.type=="newad" || $v.type=="renewad"}
{if $v.type=="newad"}{$lng.listings.newad}{else}{$lng.listings.renewad}{/if} ID #{$v.object_id}
{/if} {if $v.type=="featured"}
{$lng.listings.feature} ID #{$v.object_id}
{/if} {if $v.type=="highlited"}
{$lng.listings.highlite} ID #{$v.object_id}
{/if} {if $v.type=="priority"}
{$lng.listings.priority} {$v.name} ID #{$v.object_id}
{/if} {if $v.type=="video"}
{$lng.listings.video} ID #{$v.object_id}
{/if} {if $v.type=="newpkg" || $v.type=="renewpkg"}
{if $v.type=="newpkg"}{$lng.order_history.subscription}{else}{$lng.order_history.renew_subscription}{/if} {$v.name} ID #{$v.object_id}
{/if} {if $v.type=="store"}
{$lng.order_history.buy_store}
{/if} {/foreach}
{$lng.listings.check_all}
|
{$lng.listings.uncheck_all}
{$lng.general.accept_selected}
{$lng.general.reject_selected}