Back to Frontend

Player cards

admin/app/views/football/player/playerIndex.scala.html

latest403 B
Original Source

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

Player cards

Attack Assist Discipline Defence Goalkeeper

@views.html.football.fragments.chooseLeague("competition", competitions, withEmptyValue = true) Or

@views.html.football.fragments.chooseTeam("team", teams)

View

}