{{#if document.title.show}}
{{ document.name }}
{{/if}} {{#if linked.document}}
{{#if modernStyle}}{{> "dnd5e.journal-modern-traits" }}{{/if}} {{{ enriched.value }}} {{ localize "JOURNALENTRYPAGE.DND5E.Class.Features.Header" }} {{#if modernStyle}}

{{ localize "JOURNALENTRYPAGE.DND5E.Class.Features.DescriptionModern" name=linked.name lowercaseName=linked.lowercaseName }}

{{else}} {{#if (and primaryAbility (not modernStyle))}} {{ localize "DND5E.CLASS.FIELDS.primaryAbility.value.label" }}: {{ primaryAbility }} {{/if}}

{{ localize "JOURNALENTRYPAGE.DND5E.Class.Features.DescriptionLegacy" name=linked.name lowercaseName=linked.lowercaseName }}

{{> "dnd5e.journal-legacy-traits" }} {{/if}} {{> "dnd5e.journal-table" table=table level=title.level3 caption=(localize "JOURNALENTRYPAGE.DND5E.Class.TableCaption" class=linked.name) }} {{#each features}} {{ this.name }} {{{ this.description }}} {{/each}} {{#if optionalTable}} {{ localize "JOURNALENTRYPAGE.DND5E.Class.OptionalFeaturesCaption" }}

{{ localize "JOURNALENTRYPAGE.DND5E.Class.OptionalFeaturesDescription" class=linked.lowercaseName }}

{{> "dnd5e.journal-table" table=optionalTable level=title.level3 caption=(localize "JOURNALENTRYPAGE.DND5E.Class.TableOptionalCaption" class=linked.name) }} {{#each optionalFeatures}} {{ this.name }} {{{ this.description }}} {{/each}} {{/if}} {{#if (or enriched.subclass subclasses)}} {{#if system.subclassHeader}}{{ system.subclassHeader }} {{else}}{{ localize "JOURNALENTRYPAGE.DND5E.Class.FIELDS.subclassItems.label" }}{{/if}} {{{ enriched.subclass }}} {{#each subclasses}} {{ this.name }} {{{this.description}}} {{#if this.table}} {{> "dnd5e.journal-table" table=this.table level=title.level4 caption=(localize "JOURNALENTRYPAGE.DND5E.Class.TableCaption" class=this.name) }} {{/if}} {{#each this.features}} {{ this.name }} {{{ this.description }}} {{/each}} {{/each}} {{/if}}
{{else}}
{{ localize "JOURNALENTRYPAGE.DND5E.Class.NoValidClass" }}
{{/if}}