{{actor.name}}
{{localize "MGNE.Common.Current"}}
/
{{localize "MGNE.Common.Max"}}
{{localize "MGNE.Creature.Type"}} {{#each creatureTypes}} {{/each}}

{{localize "MGNE.Creature.ActionTable"}}

{{#if actionTable}}
{{/if}}
{{#if actionTable}} {{actionTable.name}} {{else}} {{localize "MGNE.Creature.DropTableHint"}} {{/if}}

{{localize "MGNE.Creature.Traits"}}

{{#each traits}}
{{name}}
{{#if system.trigger}} {{system.trigger}} {{/if}}
{{else}}

{{localize "MGNE.Empty.NoTraits"}}

{{/each}}

{{localize "MGNE.Common.Description"}}

{{formInput systemFields.description enriched=(lookup enrichedFields "description") value=system.description name="system.description" toggled=true}}