11 lines
342 B
Plaintext
11 lines
342 B
Plaintext
|
if team.hasPBV()
|
||
|
.team-pbv PBV:
|
||
|
if team.getPBV() <= team.getMaxPBV()
|
||
|
= team.getPBV()
|
||
|
else
|
||
|
span.red= team.getPBV()
|
||
|
| /#{team.getMaxPBV()}
|
||
|
.team_icons.clearfix
|
||
|
each pokemon, i in team.get('pokemon').models
|
||
|
- var style = window.PokemonIconBackground(pokemon)
|
||
|
.left.pokemon_icon(data-index = i, style = style)
|