@(theMatch: FootballMatch) @theMatch match { case f: Fixture => { KO: } case r: pa.Result => { FT } case live: MatchDay => { @MatchStatus(live.matchStatus) } }