%if prefix != 'plain': %endif
Player Name | GP | P | PPG | Round | Pick | IFHL Team | %endif %for rank, val in zip(range(1,400), perfList): <% player, roundNum, pickNum, overall = val %>||||
${rank} | %if prefix != 'plain':${player.GetSortName()} | %endif${player.GetLinkName(False,prefix,'../')} | ${player.gp} | ${player.p} | ${round(player.ppg,2)} | ${roundNum} | ${pickNum} | ${overall} | %if player.ifhlteam == 'unsigned':Unsigned | %else:${teamDict[player.ifhlteam].name} | %endif %endfor