{{!-- Name & Class --}}
{{!-- Name --}} {{#if editable}} {{else}}
{{ actor.name }}
{{/if}} {{!-- Class --}}
{{ labels.class }}
{{!-- Level, Inspiration, XP, & Buttons --}}
{{!-- Level --}}
{{ system.details.level }}
{{!-- Inspiration --}} {{!-- Epic Boons --}} {{#if system.details.xp.boonsEarned}}
{{ dnd5e-numberFormat system.details.xp.boonsEarned numerals=true }}
{{/if}}
{{!-- Resting & Special Traits --}} {{#if showRests}}
{{#each CONFIG.restTypes}} {{/each}}
{{/if}} {{!-- XP --}} {{#if showExperience}} {{#with system.details.xp}}
{{#if @root.editable}} {{else}} {{ dnd5e-numberFormat value }} {{/if}} {{#unless @root.epicBoonsEarned}} / {{ dnd5e-numberFormat max }} {{/unless}}
{{/with}} {{/if}}