Back to Frontend

Player card - assist

admin/app/views/football/player/cards/assist.scala.html

latest690 B
Original Source

@(playerId: String, player: pa.PlayerProfile, playerStats: pa.StatsSummary, playerAppearances: pa.PlayerAppearances)(implicit context: model.ApplicationContext, request: RequestHeader) @import conf.Configuration @views.html.football.main("Player card") {

Player card - assist

@player.position.map(_root_.football.formats.PaPlayer.position)

@player.fullName

[email protected] [email protected]@playerStats.offence.corners.totalCrosses@playerStats.offence.crosses.totalAssists@playerStats.offence.assists.total

}