{{#each choices}}
{{/each}}
{{#*inline ".tool-list"}}
{{#if (and children topLevel (not otherGroup))}}
{{> ".tool-entry" label=(localize "DND5E.TraitAll" category=label) children=false }}
{{/if}}
{{#each choices}}{{> ".tool-entry" }}{{/each}}
{{/inline}}
{{#*inline ".tool-entry"}}
{{#if children}}
{{> ".tool-list" choices=children topLevel=false }}
{{/if}}
{{#if hasEntry}}
{{ dnd5e-formatModifier total }}
{{/if}}
{{/inline}}