{{!-- Sheet Header --}}
{{> "systems/sw5e/templates/actors/newActor/parts/swalt-warnings.html"}}

{{ localize "SW5E.Level" }} {{data.details.level}} {{classLabels}}
{{#unless disableExperience}}
/ {{data.details.xp.max}}
{{/unless}}
{{ localize "SW5E.Proficiency" }} {{numberFormat data.attributes.prof decimals=0 sign=true}}
{{!-- Header Attributes --}}
{{!-- ARMOR CLASS --}}

{{ localize "SW5E.ArmorClass" }}

{{data.attributes.ac.value}}
{{!-- HIT POINTS --}}

{{ localize "SW5E.HP" }}

/
{{!-- HIT DICE / SHORT & LONG REST BUTTONS --}}

{{ localize "SW5E.HitDice" }}

{{data.attributes.hd}} / {{data.details.level}}
{{!-- INITIATIVE --}}

{{ localize "SW5E.Initiative" }}

{{numberFormat data.attributes.init.total decimals=0 sign=true}}
{{ localize "SW5E.Modifier" }}
{{!-- SPEED / MOVEMENT TYPES --}}

{{ localize "SW5E.Movement" }}

{{movement.primary}}
{{movement.special}} {{data.attributes.movement.units}}
{{!-- PC Sheet Navigation --}} {{!-- PC Sheet Body --}}
{{!-- Core Tab --}}
{{> "systems/sw5e/templates/actors/newActor/parts/swalt-core.html" sections=attributes}}
{{!-- Inventory Tab --}}
{{> "systems/sw5e/templates/actors/newActor/parts/swalt-inventory.html" sections=inventory}}
{{!-- Features Tab --}}
{{> "systems/sw5e/templates/actors/newActor/parts/swalt-features.html" sections=features}}
{{!-- Powerbook Tabs --}}
{{> "systems/sw5e/templates/actors/newActor/parts/swalt-force-powerbook.html"}}
{{> "systems/sw5e/templates/actors/newActor/parts/swalt-tech-powerbook.html"}}
{{!-- Effects Tab --}}
{{> "systems/sw5e/templates/actors/newActor/parts/swalt-active-effects.html"}}
{{!-- Biography Tab --}}
{{> "systems/sw5e/templates/actors/newActor/parts/swalt-biography.html"}}