{{#*inline "traitList"}}
    {{#each choices as |choice key|}}
  1. {{#if choice.children}} {{> traitList choices=choice.children}} {{/if}}
  2. {{/each}}
{{/inline}} {{> traitList}} {{#if allowCustom}}
{{/if}}