diff --git a/public/templates/mmcFE/statistics/pool/contributors_shares.tpl b/public/templates/mmcFE/statistics/pool/contributors_shares.tpl
index 3efb4a8e..6dd36eb8 100644
--- a/public/templates/mmcFE/statistics/pool/contributors_shares.tpl
+++ b/public/templates/mmcFE/statistics/pool/contributors_shares.tpl
@@ -11,11 +11,11 @@
{assign var=rank value=1}
{assign var=listed value=0}
-{section hashrate $CONTRIBSHARES}
-
+{section shares $CONTRIBSHARES}
+
| {$rank++} |
- {if $CONTRIBHASHES[hashrate].is_anonymous|default:"0" == 1}anonymous{else}{$CONTRIBSHARES[hashrate].account|escape}{/if} |
- {$CONTRIBSHARES[hashrate].shares|number_format} |
+ {if $CONTRIBSHARES[shares].is_anonymous|default:"0" == 1}anonymous{else}{$CONTRIBSHARES[shares].account|escape}{/if} |
+ {$CONTRIBSHARES[shares].shares|number_format} |
{/section}
{if $listed != 1 && $GLOBAL.userdata.username|default:""}