Own
Pool
Valid
{$GLOBAL.userdata.shares.valid|number_format}
{$GLOBAL.roundshares.valid|number_format}
Invalid
{$GLOBAL.userdata.shares.invalid|number_format}
{$GLOBAL.roundshares.invalid|number_format}
Efficiency
{if $GLOBAL.userdata.shares.valid > 0}{(100 - ($GLOBAL.userdata.shares.invalid / ($GLOBAL.userdata.shares.valid + $GLOBAL.userdata.shares.invalid) * 100))|number_format:"2"}%{else}0.00%{/if}
{if $GLOBAL.roundshares.valid > 0}{(100 - ($GLOBAL.roundshares.invalid / ($GLOBAL.roundshares.valid + $GLOBAL.roundshares.invalid) * 100))|number_format:"2"}%{else}0.00%{/if}