#{extends 'main.html' /}
#{list items:playday.games, as:'game'} #{/list} #{list items:playday.games, as:'game'} #{/list} #{list items:tips, as:'userTips'} #{list items:userTips.entrySet(), as:'user'} #{if user.key.picture == null} #{/if} #{else} #{/else} %{ points = 0 }% #{list items:user.value, as:'gameTip'} %{ points = points + gameTip.points }% #{/list} #{/list} #{/list}

&{playday.name}

#{include '/Tags/playdayPagination.html' /}
#{if game.homeTeam?.name != null && game.awayTeam?.name != null} &{game.homeTeam?.name}
${game.getResult()}
&{game.awayTeam?.name} #{/if} #{else} ${game.homeReferenceName()} - ${game.awayReferenceName()} #{/else}
&{'tendence'}
${game.getTrend()}
${user.key.username}
&{'place'} ${user.key.place}, ${user.key.points} &{'points'}
${gameTip.getGameTipAndPoints()}
%{ out.print(points); }%