diff --git a/public/templates/bootstrap/statistics/round/pplns_transactions.tpl b/public/templates/bootstrap/statistics/round/pplns_transactions.tpl index e47508a8..4d5906fb 100755 --- a/public/templates/bootstrap/statistics/round/pplns_transactions.tpl +++ b/public/templates/bootstrap/statistics/round/pplns_transactions.tpl @@ -6,7 +6,7 @@
| User Name | @@ -23,7 +23,7 @@ {section txs $ROUNDTRANSACTIONS}|||||
|---|---|---|---|---|---|
| {if $ROUNDTRANSACTIONS[txs].is_anonymous|default:"0" == 1 && $GLOBAL.userdata.is_admin|default:"0" == 0}anonymous{else}{$ROUNDTRANSACTIONS[txs].username|default:"unknown"|escape}{/if} | -{$ROUNDSHARES[$ROUNDTRANSACTIONS[txs].uid].valid|number_format} | +{$ROUNDSHARES[$ROUNDTRANSACTIONS[txs].uid].valid|number_format|default:0} | {if $ROUNDSHARES[$ROUNDTRANSACTIONS[txs].uid].valid > 0 }{(( 100 / $BLOCKDETAILS.shares) * $ROUNDSHARES[$ROUNDTRANSACTIONS[txs].uid].valid)|number_format:"2"}{else}0.00{/if} | {$PPLNSROUNDSHARES[txs].pplns_valid|number_format|default:"0"} | {if $PPLNSROUNDSHARES[txs].pplns_valid > 0 }{(( 100 / $PPLNSSHARES) * $PPLNSROUNDSHARES[txs].pplns_valid)|number_format:"2"|default:"0"}{else}0{/if} |