{{#if (gt this.newExperiences.length 0)}}

{{localize "DAGGERHEART.Application.LevelUp.summary.newExperiences"}}

{{#each this.newExperiences}}
{{signedNumber this.modifier}}
{{#if this.name}}{{/if}}
{{/each}}
{{/if}} {{#if this.traits.active}}

{{localize "DAGGERHEART.Application.LevelUp.summary.traits"}}

{{/if}} {{#if this.experienceIncreases.active}}

{{localize "DAGGERHEART.Application.LevelUp.summary.experienceIncreases"}}

{{/if}} {{#if (gt this.domainCards.length 0)}}

{{localize "DAGGERHEART.Application.LevelUp.summary.domainCards"}}

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

{{localize "DAGGERHEART.Application.LevelUp.summary.subclass"}}

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

{{localize "DAGGERHEART.Application.LevelUp.summary.multiclass"}}

{{> "systems/daggerheart/templates/components/card-preview.hbs" img=this.multiclass.img name=this.multiclass.name path=this.multiclass.path compendium=this.multiclass.compendium }}
{{#each this.multiclass.domains}}
{{localize this.label}}
{{/each}}
{{/if}}