diff --git a/templates/bootstrap/statistics/blocks/blocks_found_details.tpl b/templates/bootstrap/statistics/blocks/blocks_found_details.tpl
index 240f20b9..ff0aad4a 100644
--- a/templates/bootstrap/statistics/blocks/blocks_found_details.tpl
+++ b/templates/bootstrap/statistics/blocks/blocks_found_details.tpl
@@ -65,11 +65,11 @@
{/section}
| Totals |
- {$totalexpectedshares|number_format} |
+ {$totalexpectedshares|number_format:$GLOBAL.config.sharediffprecision} |
{if $GLOBAL.config.payout_system == 'pplns'}
- {$pplnsshares|number_format} |
+ {$pplnsshares|number_format:$GLOBAL.config.sharediffprecision} |
{/if}
- {$totalshares|number_format} |
+ {$totalshares|number_format:$GLOBAL.config.sharediffprecision} |
{if $count > 0}{($totalshares / $totalexpectedshares * 100)|number_format:"2"}{else}0{/if} |