#{extends 'main.html' /}
&{playday.name} |
#{include '/Tags/playdayPagination.html' /} | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
#{list items:playday.games, as:'game'} |
#{if game.homeTeam?.name != null && game.awayTeam?.name != null}
${game.getResult()} |
#{/list}
||||||||||
&{'tendence'} | #{list items:playday.games, as:'game'} |
${game.getTrend()}
|
#{/list}
|||||||||
![]() |
#{/if}
#{else}
${user.key.username} &{'place'} ${user.key.place}, ${user.key.points} &{'points'} |
%{ points = 0 }%
#{list items:user.value, as:'gameTip'}
${gameTip.getGameTipAndPoints()} |
%{ points = points + gameTip.points }%
#{/list}
%{ out.print(points); }% |
#{/list}