| ID |
{$BLOCKDETAILS.id|number_format:"0"|default:"0"} |
Height |
{if ! $GLOBAL.website.blockexplorer.disabled}
{$BLOCKDETAILS.height|number_format:"0"|default:"0"} |
{else}
{$BLOCKDETAILS.height|number_format:"0"|default:"0"} |
{/if}
Amount |
{$BLOCKDETAILS.amount|number_format|default:"0"} |
Confirmations |
{if $BLOCKDETAILS.confirmations >= $GLOBAL.confirmations}
Confirmed
{else if $BLOCKDETAILS.confirmations == -1}
Orphan
{else if $BLOCKDETAILS.confirmations == 0}0
{else}{($GLOBAL.confirmations - $BLOCKDETAILS.confirmations)|default:"0"} left{/if} |