$Pos won't work when you're doing $Top. $Pos is the position in the loop, as soon as you use $Top, you take it out of that scope so it's looking for a variable called $Pos outside of the loop - it doesn't exist there.
We've moved the forum!
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.