{{localize "Daggerheart Ancestries"}}

{{#each systemAncestries}}
{{this.name}}
{{/each}}

{{localize "Custom Ancestries"}}

{{#each customAncestries}}
{{this.name}}
{{/each}} {{#if (eq customAncestries.length 0)}}No Custom Ancestries created in this world{{/if}}

{{localize "Ancestry Features"}}

{{#each ancestryFeatures}}
{{this.name}}
{{/each}}
{{#if (eq this.selectedAncestries.length 2)}}

{{localize "Mixed Ancestry"}}

{{localize "Ancestry Name"}}
{{#each selectedAncestries}} {{/each}}
{{/if}}