Back to Frontend

League Tables

admin/app/views/football/leagueTables/tablesIndex.scala.html

latest514 B
Original Source

@(leagues: List[pa.Season], teams: List[pa.Team])(implicit context: model.ApplicationContext, request: RequestHeader) @views.html.football.main("League tables") {

League Tables

League @views.html.football.fragments.chooseLeague("competitionId", leagues) @views.html.football.fragments.chooseGroup("group")

Focus on team(s) @views.html.football.fragments.chooseTeam("teamId", teams) @views.html.football.fragments.chooseTeam("team2Id", teams)

Show full league

Top of league

Bottom of league

View}