@(live: pa.FootballMatch)(implicit request: RequestHeader) @import implicits.Football._
@live.homeTeam.name @live.homeTeam.score-@live.awayTeam.score @live.awayTeam.name
@MatchStatus(live.matchStatus)
@if(live.homeTeam.aggregateScore){(agg. @live.homeTeam.aggregateScore-@live.awayTeam.aggregateScore)
} @live.comments.map{ comment =>@comment
}