#{extends 'main.html' /}
#{form @tips.storetips(), class:'form-horizontal well'} #{list items:playday?.games, as:'game'} #{if game.homeTeam?.name != null && game.awayTeam?.name != null} #{/if} #{else} #{/else} #{if game.tippable} #{/if} #{else} #{/else} #{/list}

&{playday.name}

#{include '/Tags/playdayPagination.html' /}
&{'date'} - &{'time'} &{'betending'} &{'hometeam'} &{'awayteam'} &{'result'}
&{'yourbet'}
${game.kickoff.formatted()} ${game.tippEnding.difference()}&{game.homeTeam?.name} &{game.awayTeam?.name}${game.homeReferenceName()} ${game.awayReferenceName()}${game.getResult()} : ${game.getGameTipAndPoints()}
#{if playday?.isTippable()} #{/if} #{/form}