Draft Picks ${year}
%for roundNum, roundPicks in zip(range(1,11),picks):
Round ${roundNum}:
%for pick, player, info, playerData in roundPicks:
${teamDict[pick].name}
%if player: %if info : drafted
${player}
%else: drafted ${player} %endif %endif
%endfor
%endfor
%for currYear in allYears: %if currYear != year:
${currYear}
${spacer} %endif %endfor
Draft By Team
${spacer} %if started:
Draft Performance
${spacer} %endif
Front Page
${spacer}