+
-
+
+ {{#each actor.system.attributes}}
+
+ {{localize (concat "DSA41.attributes.long." @key)}}
+ {{>editable-input type="number" name=(concat "system.attributes." @key ".initial") value=(lookup this "initial")}}
+ {{>editable-input type="number" name=(concat "system.attributes." @key ".advancement") value=(lookup this "advancement")}}
+ {{>editable-input type="number" name=(concat "system.attributes." @key ".modifier") value=(lookup this "modifier")}}
+
+ {{/each}}
+