{{ playerData[0].player_info.overall }}
{{ playerData[0].player_info.name }}
{{ playerData[0].player_info.team }}
POSITION
{{ playerData[0].player_info.position }}
HEIGHT
{{ playerData[0].player_info.height }}
WINGSPAN
{{ playerData[0].player_info.wingspan }}
WEIGHT
{{ playerData[0].player_info.weight }}
OFFENSE
{{ playerData[0].player_info.offense }}
DEFENSE
{{ playerData[0].player_info.defense }}
{{ badgeValue }}
{{ playerData[1].player_info.overall }}
{{ playerData[1].player_info.name }}
{{ playerData[1].player_info.team }}
POSITION
{{ playerData[1].player_info.position }}
HEIGHT
{{ playerData[1].player_info.height }}
WINGSPAN
{{ playerData[1].player_info.wingspan }}
WEIGHT
{{ playerData[1].player_info.weight }}
OFFENSE
{{ playerData[1].player_info.offense }}
DEFENSE
{{ playerData[1].player_info.defense }}
{{ badgeValue }}
{{ title | keyToName }}
{{ playerData[0].player_info.name }}
{{ playerData[1].player_info.name }}
{{ attributeName | keyToName }}
{{ playerData[0][key][title][attributeName] }}
{{ playerData[0][key][title][attributeName] - playerData[1][key][title][attributeName] >= 0 ? '+' : '' }}{{ playerData[0][key][title][attributeName] - playerData[1][key][title][attributeName] }}
{{ playerData[0][key][title][attributeName].charAt(0) }}
{{ playerData[1][key][title][attributeName] }}
{{ playerData[1][key][title][attributeName] - playerData[0][key][title][attributeName] >= 0 ? '+' : '' }}{{ playerData[1][key][title][attributeName] - playerData[0][key][title][attributeName] }}
{{ playerData[0][key][title][attributeName].charAt(0) }}