{if !$DISABLED_DASHBOARD and !$DISABLED_DASHBOARD_API}

Last Found Blocks

{section block $BLOCKSFOUND} {/section}
Height Finder Time Difficulty Amount Expected Shares Actual Shares Percentage
{$BLOCKSFOUND[block].height} {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:$GLOBAL.config.date} {$BLOCKSFOUND[block].difficulty|number_format:"4"} {$BLOCKSFOUND[block].amount|number_format:"2"} {$BLOCKSFOUND[block].estshares|number_format:$GLOBAL.config.sharediffprecision} {$BLOCKSFOUND[block].shares|number_format:$GLOBAL.config.sharediffprecision} {math assign="percentage" equation="shares / estshares * 100" shares=$BLOCKSFOUND[block].shares|default:"0" estshares=$BLOCKSFOUND[block].estshares} {$percentage|number_format:"2"}
{if $GLOBAL.website.blockfindersound.enabled|default:"1"}
{/if}
{/if}