mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
11 lines
No EOL
734 B
Handlebars
11 lines
No EOL
734 B
Handlebars
<div class="combat-tracker">
|
|
{{#if (gt this.spotlightRequests.length 0)}}
|
|
{{> 'systems/daggerheart/templates/ui/combatTracker/combatTrackerSection.hbs' this title=(localize "DAGGERHEART.GENERAL.SpotlightRequests.plural") turns=this.spotlightRequests}}
|
|
{{/if}}
|
|
{{#if (gt this.characters.length 0)}}
|
|
{{> 'systems/daggerheart/templates/ui/combatTracker/combatTrackerSection.hbs' this title=(localize "DAGGERHEART.GENERAL.Character.plural") turns=this.characters}}
|
|
{{/if}}
|
|
{{#if (gt this.adversaries.length 0)}}
|
|
{{> 'systems/daggerheart/templates/ui/combatTracker/combatTrackerSection.hbs' this title=(localize "DAGGERHEART.GENERAL.Adversary.plural") turns=this.adversaries}}
|
|
{{/if}}
|
|
</div> |