Back to Frontend

ChooseLeague.Scala

admin/app/views/football/fragments/chooseLeague.scala.html

latest227 B
Original Source

@(fieldName: String, leagues: List[pa.Season], withEmptyValue: Boolean = false) @import _root_.football.model.PA.competitionName @if(withEmptyValue) { Choose competition } @for(league <- leagues) { @competitionName(league) }