mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
8 lines
No EOL
473 B
Handlebars
8 lines
No EOL
473 B
Handlebars
<div class="combat-tracker">
|
|
{{#if (gt this.characters.length 0)}}
|
|
{{> 'systems/daggerheart/templates/ui/combat/combatTrackerSection.hbs' this title=(localize "DAGGERHEART.General.Character.Plural") turns=this.characters}}
|
|
{{/if}}
|
|
{{#if (gt this.adversaries.length 0)}}
|
|
{{> 'systems/daggerheart/templates/ui/combat/combatTrackerSection.hbs' this title=(localize "DAGGERHEART.General.Adversary.Plural") turns=this.adversaries}}
|
|
{{/if}}
|
|
</div> |