{{!-- 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}}
{{/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}}