2021-06-26 22:02:00 +02:00
|
|
|
{{!--
|
|
|
|
SPDX-FileCopyrightText: 2021 Johannes Loher
|
|
|
|
|
|
|
|
SPDX-License-Identifier: MIT
|
|
|
|
--}}
|
|
|
|
|
2021-04-13 23:43:22 +02:00
|
|
|
<div class="ds4-checks">
|
|
|
|
{{#each config.i18n.checks as |check-label check-key|}}
|
|
|
|
{{> systems/ds4/templates/sheets/actor/components/check.hbs check-key=check-key check-target-number=(lookup
|
2022-11-21 03:00:46 +01:00
|
|
|
../data.system.checks check-key) check-label=check-label}}
|
2021-04-13 23:43:22 +02:00
|
|
|
{{/each}}
|
|
|
|
</div>
|