mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 12:41:07 +01:00
* Organized language * Organized high level folders * Some deeper organization * More org. That's enough ._. * Capitalized initial system localization categories
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> |