Last {$TRANSACTIONS|count} transactions
{if $LABELSCOMMAND} {else} {/if} {foreach key=KEY item=ARRAY from=$TRANSACTIONS} {/foreach}
LabelAccountAddress Category Amount Confirmations Transaction ID Time
{$ARRAY['account']|default:"Default"} {$ARRAY['address']|default:""} {$ARRAY['category']|capitalize} {$ARRAY['amount']|number_format:"$PRECISION"} {$ARRAY['confirmations']} {if !$GLOBAL.website.transactionexplorer.disabled} {$ARRAY['txid']|truncate:20:"...":false:true} {else} {$ARRAY['txid']|truncate:20:"...":false:true} {/if} {$ARRAY['time']|date_format:$GLOBAL.config.date}