% import util %>
# | + | Team Name | Pts | + | %if pool['UsesSchedule'] and pool['Started'] :+P | GR | Pred | %endif %if pool['UsesSalary'] :Salary | %endif %if pool['MultiYearPool'] :PP | Last | ! | %endif|
---|---|---|---|---|---|---|---|---|---|---|---|---|
${team.rank} | ${util.PosNeg(team.deltaRank)} | ${team.name} | ${team.points} | ${util.PosNeg(team.deltaPoints)} | %if pool['UsesSchedule'] and pool['Started'] :${util.PosNeg(team.predDeltaPoints)} | ${team.gamesLeft} | ${team.predictedPoints} | %endif %if pool['UsesSalary'] :${team.remainFancy} | %endif %if pool['MultiYearPool'] :${team.poolpoints} | ${team.lastyear} | %if not pool['Started'] :${team.awards} | %else :${team.alert} | %endif %endif