Draft Picks ${year}
%for team in teams:
${team.name}
%for pick in team.picks :
Round ${pick[0]}: ${teamDict[pick[1]].name}
%endfor
%endfor
%for currYear in allYears:
${currYear}
${spacer} %endfor
%if started:
Draft Performance
${spacer} %endif
Front Page
${spacer}