${teamname}${spacer} GM: ${team.gm}${spacer} %if pool['UsesSalary'] : Cap room: ${team.remainFancy}${spacer} %endif %if pool['MultiYearPool'] : Empty spots: ${team.emptySpots}${spacer} %endif
%for sect in ['forward', 'goalie'] :
%for title, pri in posInfo[sect]['header'] : %endfor %for pos, fancyPos in positions : %if (pos == 'g' and sect == 'goalie') or (pos != 'g' and sect == 'forward') : %if pos != 'g' and pos != 'lw' : %endif %for player in roster[pos]: %for statName in posInfo[sect]['stats'] : %endfor %endfor %endif %endfor
Name${title}
${player.GetLinkName(True, '','../')}${player.GetDecoratedStat(statName )}
%endfor