| {$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].confirmations|default:"n/a"})
|
{$TRANSACTIONS[transaction].coin_address} |
{if $TRANSACTIONS[transaction].height == 0}n/a{else}{if $GLOBAL.website.blockexplorer.url}{$TRANSACTIONS[transaction].height}{else}{$TRANSACTIONS[transaction].height}{/if}{/if} |
{$TRANSACTIONS[transaction].amount|number_format:"8"} |
{/section}