| {$BLOCKSFOUND[block].height} |
{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}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"} |
{(pow(2,32 - $GLOBAL.config.targetdiff) * $BLOCKSFOUND[block].difficulty)|number_format} |
{$BLOCKSFOUND[block].shares|number_format} |
{($BLOCKSFOUND[block].shares / (pow(2,32 - $GLOBAL.config.targetdiff) * $BLOCKSFOUND[block].difficulty) * 100)|number_format:"2"} |
{/section}