diff --git a/public/templates/bootstrap/statistics/pool/general_stats.tpl b/public/templates/bootstrap/statistics/pool/general_stats.tpl
index ee589a5f..b55eddec 100644
--- a/public/templates/bootstrap/statistics/pool/general_stats.tpl
+++ b/public/templates/bootstrap/statistics/pool/general_stats.tpl
@@ -16,7 +16,7 @@
| Current Active Workers |
- {$GLOBAL.workers} |
+ {$GLOBAL.workers|number_format} |
| Current Difficulty |
@@ -44,22 +44,22 @@
| Est. Shares this Round |
- {$ESTIMATES.shares} (done: {$ESTIMATES.percent}%) |
+ {$ESTIMATES.shares|number_format} (done: {$ESTIMATES.percent}%) |
{if ! $GLOBAL.website.blockexplorer.disabled}
| Next Network Block |
- {$CURRENTBLOCK + 1} (Current: {$CURRENTBLOCK}) |
+ {($CURRENTBLOCK + 1)|number_format} (Current: {$CURRENTBLOCK|number_format}) |
{else}
| Next Network Block |
- {$CURRENTBLOCK + 1} (Current: {$CURRENTBLOCK}) |
+ {($CURRENTBLOCK + 1)|number_format} (Current: {$CURRENTBLOCK|number_format}) |
{/if}
| Last Block Found |
- {$LASTBLOCK|default:"0"} |
+ {$LASTBLOCK|default:"0"|number_format} |
| Time Since Last Block |