diff --git a/public/templates/mpos/statistics/pool/contributors_hashrate.tpl b/public/templates/mpos/statistics/pool/contributors_hashrate.tpl
index aa121749..54b71788 100644
--- a/public/templates/mpos/statistics/pool/contributors_hashrate.tpl
+++ b/public/templates/mpos/statistics/pool/contributors_hashrate.tpl
@@ -20,7 +20,7 @@
| {$rank++} |
{if $CONTRIBHASHES[contrib].donate_percent > 0}{/if} |
- {if $CONTRIBHASHES[contrib].is_anonymous|default:"0" == 1}anonymous{else}{$CONTRIBHASHES[contrib].account|escape}{/if} |
+ {if $CONTRIBHASHES[contrib].is_anonymous|default:"0" == 1 && $GLOBAL.userdata.is_admin|default:"0" == 0}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}
diff --git a/public/templates/mpos/statistics/pool/contributors_shares.tpl b/public/templates/mpos/statistics/pool/contributors_shares.tpl
index 5af2b911..d61b73be 100644
--- a/public/templates/mpos/statistics/pool/contributors_shares.tpl
+++ b/public/templates/mpos/statistics/pool/contributors_shares.tpl
@@ -16,7 +16,7 @@
| {$rank++} |
{if $CONTRIBSHARES[shares].donate_percent > 0}{/if} |
- {if $CONTRIBSHARES[shares].is_anonymous|default:"0" == 1}anonymous{else}{$CONTRIBSHARES[shares].account|escape}{/if} |
+ {if $CONTRIBSHARES[shares].is_anonymous|default:"0" == 1 && $GLOBAL.userdata.is_admin|default:"0" == 0}anonymous{else}{$CONTRIBSHARES[shares].account|escape}{/if} |
{$CONTRIBSHARES[shares].shares|number_format} |
{/section}