{game.datetime -> f:format.date(format: 'd-M-Y, H:i') -> f:format.raw()}
{game.homeTeamName}
{f:if(condition: '{homeScore} == \'\'', then: '-', else: homeScore)} : {f:if(condition: '{awayScore} == \'\'', then: '-', else: awayScore)}
{game.awayTeamName}
{game.divisionName}
{game.locationName}