{{!-- Sheet Header --}}
{{ system.role.name }}
{{ system.specialty.name }}

{{ system.circle.name }}

{{!-- The grid classes are defined in scss/global/_grid.scss. To use, use both the "grid" and "grid-Ncol" class where "N" can be any number from 1 to 12 and will create that number of columns. --}}
{{!-- "flex-group-center" is also defined in the _grid.scss file and it will add a small amount of padding, a border, and will center all of its child elements content and text. --}} {{#each system.marks as |mark key|}}
{{ localize (concat "CANDELAFVTT." key )}}
/ {{mark.max}}
{{/each}}
{{!-- Sheet Tab Navigation --}} {{!-- Sheet Body --}}
{{!-- Action --}}
{{> "systems/candelafvtt/templates/actor/parts/actor-actions.hbs"}}
{{!-- Abilities --}}
{{> "systems/candelafvtt/templates/actor/parts/actor-abilities.hbs"}}
{{!-- Biography Tab --}}
{{> "systems/candelafvtt/templates/actor/parts/actor-biography.hbs"}}
{{!-- Owned Gear Tab --}}
{{> "systems/candelafvtt/templates/actor/parts/actor-gear.hbs"}}