{if $DISABLE_TRANSACTIONSUMMARY|default:"0" != 1}
| {$type} | {/foreach}
|---|
| {$total|number_format:"8"} | {/foreach}
| ID | Account | Date | TX Type | Status | Payment Address | TX # | Block # | Amount | |
|---|---|---|---|---|---|---|---|---|---|
| {$TRANSACTIONS[transaction].id} | {$TRANSACTIONS[transaction].username} | {$TRANSACTIONS[transaction].timestamp} | {$TRANSACTIONS[transaction].type} | {if $TRANSACTIONS[transaction].type == 'Credit_PPS' OR $TRANSACTIONS[transaction].type == 'Fee_PPS' OR $TRANSACTIONS[transaction].type == 'Donation_PPS' OR $TRANSACTIONS[transaction].type == 'Debit_MP' OR $TRANSACTIONS[transaction].type == 'Debit_AP' OR $TRANSACTIONS[transaction].type == 'TXFee' OR $TRANSACTIONS[transaction].confirmations >= $GLOBAL.confirmations }Confirmed {else if $TRANSACTIONS[transaction].confirmations == -1}Orphaned {else}Unconfirmed{/if} | {$TRANSACTIONS[transaction].coin_address|truncate:20:"...":true:true} | {if ! $GLOBAL.website.transactionexplorer.disabled}{$TRANSACTIONS[transaction].txid|truncate:20:"...":true:true} | {else}{$TRANSACTIONS[transaction].txid|truncate:20:"...":true:true} | {/if}{if $TRANSACTIONS[transaction].height == 0}n/a{else}{/if}{$TRANSACTIONS[transaction].height} | {$TRANSACTIONS[transaction].amount|number_format:"8"} |