mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 05:31:07 +01:00
15 lines
No EOL
662 B
Handlebars
15 lines
No EOL
662 B
Handlebars
<div class="daggerheart dh-style tooltip">
|
|
<div class="battlepoint-categories-container">
|
|
{{#each categories as |category key|}}
|
|
{{#each category as |grouping index|}}
|
|
<div class="battlepoint-grouping-container">
|
|
{{#if grouping.nr}}
|
|
<label>{{key}} BP - {{concat (localize grouping.description) ' ' '('grouping.nr 'x)'}}</label>
|
|
{{else}}
|
|
<label class="unselected-grouping">{{key}}BP - {{localize grouping.description}}</label>
|
|
{{/if}}
|
|
</div>
|
|
{{/each}}
|
|
{{/each}}
|
|
</div>
|
|
</div> |