<% import util %> ${pool['PoolName']} Hockey Pool
%if pool['UsesSchedule'] and pool['Started'] : %endif %if pool['UsesSalary'] : %endif %if pool['MultiYearPool'] : %endif %for team in teams: %if pool['UsesSchedule'] and pool['Started'] : %endif %if pool['UsesSalary'] : %endif %if pool['MultiYearPool'] : %if not pool['Started'] : %else : %endif %endif %endfor
# + Team Name Pts ++P GR PredSalaryPP Last !
${team.rank} ${util.PosNeg(team.deltaRank)} ${team.name} ${team.points} ${util.PosNeg(team.deltaPoints)}${util.PosNeg(team.predDeltaPoints)} ${team.gamesLeft} ${team.predictedPoints}${team.remainFancy}${team.poolpoints} ${team.lastyear}${team.awards}${team.alert}
%if pool['UsesSchedule'] : Games Played: ${gamesCounting} (${round(fracGames,2)})${spacer} Smallpuck: ${smallPuck.gaa + 2}${spacer} ${smallPuck.GetLinkName(False,'plain','')} ${spacer} %endif %if pool['UsesSalary'] : Cap is ${cap}${spacer} %endif
%if recentLogs != None and pool['UsesSalary'] : News from ${recentLogs[0].isoformat()}
    %for entry in recentLogs[1] :
  • ${entry}
  • %endfor
%endif