Back to Frontend

Teamlist.Scala

sport/app/football/views/teamlist.scala.html

latest258 B
Original Source

@(pageModel: football.controllers.TablesPage, comps: Seq[model.Competition])(implicit request: RequestHeader, context: model.ApplicationContext) @mainLegacy(pageModel.page, Some("football")){ }{ @football.views.html.fragments.teamlistBody(pageModel, comps) }