{{>header}}
{{#team}}

Team {{id}}

Name: {{name}}

Pokemon:

{{#teamPokemon}}

 {{name}} -> {{type1}}{{#type2}}/{{type2}}{{/type2}}

 Attacks:
  {{attack1}}
  {{attack2}}
  {{attack3}}
  {{attack4}}

 Nature: {{nature}} Ability: {{ability}} Item: {{item}}


{{/teamPokemon}}


{{/team}}