{{~#each inactive as |player|}}
  1. {{player.name}}
  2. {{/each~}}
    {{#each active as |player|}}
  1. {{player.name}}
  2. {{/each}}
--
--