{{#each beastformTiers as |tier tierKey|}}
{{tier.label}} {{#each tier.values as |form uuid|}}
{{form.value.name}}
{{/each}}
{{/each}}