{{!--
SPDX-FileCopyrightText: 2021 Johannes Loher
SPDX-FileCopyrightText: 2021 Gesina Schwalbe

SPDX-License-Identifier: MIT
--}}

<div class="ds4-core-values">
    {{#each config.i18n.attributes as |attribute-label attribute-key|}}
    {{> systems/ds4/templates/sheets/actor/components/core-value.hbs core-value-label=attribute-label
    core-value-key=attribute-key core-value-data=(lookup ../data.system.attributes
    attribute-key) core-value-variant="attribute" actor-id=../data._id}}
    {{/each}}
    {{#each config.i18n.traits as |trait-label trait-key|}}
    {{> systems/ds4/templates/sheets/actor/components/core-value.hbs core-value-label=trait-label
    core-value-key=trait-key
    core-value-data=(lookup ../data.system.traits trait-key) core-value-variant="trait" actor-id=../data._id}}
    {{/each}}
</div>