{{#if (gt this.newExperiences.length 0)}}
{{localize "DAGGERHEART.APPLICATIONS.Levelup.summary.newExperiences"}}
{{#each this.newExperiences}}
{{numberFormat this.modifier sign=true}}
{{#if this.name}}{{/if}}
{{/each}}
{{/if}} {{#if this.traits.active}}
{{localize "DAGGERHEART.APPLICATIONS.Levelup.summary.traits"}} {{this.traits.progress.selected}}/{{this.traits.progress.max}}
{{/if}} {{#if this.experienceIncreases.active}}
{{localize "DAGGERHEART.APPLICATIONS.Levelup.summary.experienceIncreases"}} {{this.experienceIncreases.progress.selected}}/{{this.experienceIncreases.progress.max}}
{{/if}} {{#if (gt this.domainCards.length 0)}}

{{localize "DAGGERHEART.APPLICATIONS.Levelup.summary.domainCards"}}

{{#each this.domainCards}} {{#> "systems/daggerheart/templates/components/card-preview.hbs" this }} {{#each this.emptySubtexts}}
{{this}}
{{/each}} {{/"systems/daggerheart/templates/components/card-preview.hbs"}} {{/each}}
{{/if}} {{#if (gt this.subclassCards.length 0)}}

{{localize "DAGGERHEART.APPLICATIONS.Levelup.summary.subclass"}}

{{#each this.subclassCards}} {{> "systems/daggerheart/templates/levelup/parts/selectable-card-preview.hbs" img=this.img header=this.featureLabel name=this.name path=this.path selected=this.selected uuid=this.uuid isMulticlass=this.isMulticlass featureState=this.featureState disabled=this.disabled }} {{/each}}
{{/if}} {{#if this.multiclass}}

{{localize "DAGGERHEART.APPLICATIONS.Levelup.summary.multiclass"}}

{{#> "systems/daggerheart/templates/components/card-preview.hbs" this.multiclass }} {{this.multiclass.emptySubtext}} {{/"systems/daggerheart/templates/components/card-preview.hbs"}} {{#if this.multiclass.domains}}
{{#each this.multiclass.domains}}
{{localize this.label}}
{{#if this.selected}}
{{/if}}
{{/each}}
{{/if}} {{#if this.multiclass.subclasses}}
{{#each this.multiclass.subclasses}}
{{localize this.name}}
{{#if this.selected}}
{{/if}}
{{/each}}
{{/if}}
{{/if}} {{#if this.vicious}}

{{localize "DAGGERHEART.APPLICATIONS.Levelup.summary.vicious"}}

{{#each this.vicious}}
{{radioBoxes (concat "levelup." this.path ".data") @root.viciousChoices checked=(lookup this.data 0)}}
{{/each}}
{{/if}}