@(game: pa.FootballMatch)(implicit request: RequestHeader) @game match { case fixture: pa.Fixture => { @fragments.fixture(fixture) } case theMatch => { @fragments.liveMatch(theMatch) } }