{{!-- Iterate over each stat in the display data - header: - localized stat name - stat dice dropdown - roll button - body (if skills present): - iterate over all of the skills - localized skill name - training dropdown - roll button --}} {{#each computed.stats as | stat |}}

{{stat.name}}

{{#if stat.skills}}
{{#each stat.skills as | skill |}} {{/each}}
{{/if}}
{{/each}}