%if prefix != 'plain': %endif
Player Name | GP | P | ${mainStat} | %if plainPos != 'g' and plainPos != 'd' :FOG | %endifSalary | Age | %if pageName != 'Unsigned' :IFHL Team | %endifNHL Team | %endif %for player in players:|||||
${player.GetSortName()} | %endif${player.GetLinkName(False,prefix,'../')} | ${player.gp} | ${player.p} | %if plainPos == 'g' :${round(player.gaa,2)} | %else :${round(player.ppg,2)} | %if plainPos != 'd' :${round(player.fog,2)} | %endif %endif %if prefix == 'plain':${player.salaryFancy} | %else :${player.salary} | %endif${player.age} | %if pageName != 'Unsigned': %if player.ifhlteam == 'unsigned':Unsigned | %else:${teamDict[player.ifhlteam].name} | %endif %endif %if player.team in abbrevDict:${player.team} | %else:${player.team} | %endif