Back to Frontend

Player card - goalkeeper

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

latest609 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 - goalkeeper

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

@player.fullName

[email protected]@playerStats.defence.saves.totalClearances@playerStats.defence.clearances.total

}