{include file="global/block_header.tpl" BLOCK_HEADER="Transaction Summary"}
| {$type} | {/foreach}
|---|
| {$total} | {/foreach}
| TX # | Account | Date | TX Type | Status | Payment Address | 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].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"} |
Credit_AP = Auto Threshold Payment, Credit_MP = Manual Payment, Donation = Donation, Fee = Pool Fees (if applicable)