{include file="global/block_header.tpl" ALIGN="left" BLOCK_HEADER="Top Hashrate Contributers"}
| Rank | User Name | KH/s | {$GLOBAL.config.currency}/Day | {if $GLOBAL.config.price.currency}{$GLOBAL.config.price.currency}/Day | {/if}
|---|---|---|---|---|
| {$rank++} | {if $CONTRIBHASHES[contrib].is_anonymous|default:"0" == 1}anonymous{else}{$CONTRIBHASHES[contrib].account|escape}{/if} | {$CONTRIBHASHES[contrib].hashrate|number_format} | {$estday|number_format:"3"} | {if $GLOBAL.config.price.currency}{($estday * $GLOBAL.price)|default:"n/a"|number_format:"2"} | {/if}
| n/a | {$GLOBAL.userdata.username|escape} | {$GLOBAL.userdata.hashrate} | {$myestday|number_format:"3"|default:"n/a"} | {if $GLOBAL.config.price.currency}{($myestday * $GLOBAL.price)|default:"n/a"|number_format:"2"} | {/if}