{if ! $GLOBAL.website.blockexplorer.disabled}
| {$BLOCKSFOUND[block].height} |
{else}
{$BLOCKSFOUND[block].height} |
{/if}
{if $BLOCKSFOUND[block].confirmations >= $GLOBAL.confirmations}
Confirmed
{else if $BLOCKSFOUND[block].confirmations == -1}
Orphan
{else}
{$GLOBAL.confirmations - $BLOCKSFOUND[block].confirmations} left
{/if}
|
{if $BLOCKSFOUND[block].is_anonymous|default:"0" == 1 && $GLOBAL.userdata.is_admin|default:"0" == 0}anonymous{else}{$BLOCKSFOUND[block].finder|default:"unknown"|escape}{/if} |
{$BLOCKSFOUND[block].time|date_format:"%d/%m %H:%M:%S"} |
{$BLOCKSFOUND[block].difficulty|number_format:"2"} |
{$BLOCKSFOUND[block].amount|number_format:"2"} |
{assign var="totalexpectedshares" value=$totalexpectedshares+$BLOCKSFOUND[block].estshares}
{$BLOCKSFOUND[block].estshares|number_format}
|
{if $GLOBAL.config.payout_system == 'pplns'}{$BLOCKSFOUND[block].pplns_shares|number_format} | {/if}
{$BLOCKSFOUND[block].shares|number_format} |
{math assign="percentage" equation="shares / estshares * 100" shares=$BLOCKSFOUND[block].shares estshares=$BLOCKSFOUND[block].estshares}
{$percentage|number_format:"2"}
|
{/section}