{{#if thumbnail}}
{{/if}}
{{name}}
{{#if (eq type "adversary")}}
{{localize "DAGGERHEART.UI.Sidebar.actorDirectory.adversary" tier=system.tier}}
{{else if (eq type "character")}}
{{localize "DAGGERHEART.UI.Sidebar.actorDirectory.character" level=system.levelData.level.current}}
{{else if (eq type "companion")}}
{{#if system.partner}}
{{localize "DAGGERHEART.UI.Sidebar.actorDirectory.companion" partner=system.partner.name}}
{{else}}
{{localize "TYPES.Actor.companion"}}
{{/if}}
{{else if (eq type "environment")}}
{{localize "DAGGERHEART.UI.Sidebar.actorDirectory.environment" tier=system.tier}}
{{/if}}