{{!-- Cover Tab Content --}}
{{#if hasTargets}} {{!-- Player Characters Table --}} {{#if hasPCs}}
{{localize "PF2E_VISIONER.UI.PLAYER_CHARACTERS"}}
{{#each coverStates as |state|}} {{/each}}
{{> "pf2e-visioner.cover-table" tokens=pcTargets sectionType="pc"}}
{{/if}} {{!-- NPCs Table --}} {{#if hasNPCs}}
{{localize "PF2E_VISIONER.UI.NPCS_LABEL"}}
{{#each coverStates as |state|}} {{/each}}
{{> "pf2e-visioner.cover-table" tokens=npcTargets sectionType="npc"}}
{{/if}} {{else}}

{{localize "PF2E_VISIONER.TOKEN_MANAGER.NO_TOKENS"}}

{{/if}}