@(competition: model.Competition)(implicit request: RequestHeader)
    @competition.matches.map{theMatch => @fragments.renderMatch(theMatch) }