1. Coordinator: {{data.attributes.deployment.coord.name}}
  2. Rank: {{data.attributes.deployment.coord.rank}}
  3. Prof: {{data.attributes.deployment.coord.prof}}
  4. Gunner: {{data.attributes.deployment.gunner.name}}
  5. Rank: {{data.attributes.deployment.gunner.rank}}
  6. Prof: {{data.attributes.deployment.gunner.prof}}
  7. Mechanic: {{data.attributes.deployment.mechanic.name}}
  8. Rank: {{data.attributes.deployment.mechanic.rank}}
  9. Prof: {{data.attributes.deployment.mechanic.prof}}
  10. Operator: {{data.attributes.deployment.operator.name}}
  11. Rank: {{data.attributes.deployment.operator.rank}}
  12. Prof: {{data.attributes.deployment.operator.prof}}
  13. Pilot: {{data.attributes.deployment.pilot.name}}
  14. Rank: {{data.attributes.deployment.pilot.rank}}
  15. Prof: {{data.attributes.deployment.pilot.prof}}
  16. Technician: {{data.attributes.deployment.technician.name}}
  17. Rank: {{data.attributes.deployment.technician.rank}}
  18. Prof: {{data.attributes.deployment.technician.prof}}
    {{#each sections as |section sid|}}
  1. {{localize section.label}}

    {{#if ../owner}} {{localize "SW5E.Add"}}   {{localize "SW5E.Collapse"}} {{/if}}
    {{#if section.hasActions}}
    {{localize "SW5E.Uses"}}
    {{localize "SW5E.Usage"}}
    {{/if}}
      {{#each section.items as |item iid|}}
    1. {{item.name}}

      {{#if section.hasActions}}
      {{#if item.isOnCooldown}} {{item.labels.recharge}} {{else if item.data.recharge.value}} {{localize "SW5E.Charged"}} {{else if item.hasUses}} /{{item.data.uses.max}} {{/if}}
      {{#if item.data.activation.type }} {{item.labels.activation}} {{/if}}
      {{else if section.isClass}}
      HD:
      {{localize "SW5E.Level"}} {{item.data.levels}}      
      {{/if}} {{#if ../../owner}}
      {{/if}}
    2. {{/each}}
  2. {{/each}}