{{!--
Conditional
{{localize "EFFECT.ChangeKey"}}
{{localize "EFFECT.ChangeFilter"}}
{{localize "EFFECT.ChangeValue"}}
    {{log @root}}{{log this}}
  1. {{formInput document.system.schema.fields.conditional.fields.key value=source.system.conditional.key localize=true }}
    {{formInput document.system.schema.fields.conditional.fields.filter value=source.system.conditional.filter localize=true }}
    {{formInput document.system.schema.fields.conditional.fields.value value=source.system.conditional.value localize=true }}
Effects --}}
{{localize "EFFECT.ChangeKey"}}
{{localize "EFFECT.ChangeMode"}}
{{localize "EFFECT.ChangeValue"}}
{{localize "EFFECT.ChangePriority"}}
    {{#each source.changes as |change i|}} {{#with ../fields.changes.element.fields as |changeFields|}}
  1. {{formInput changeFields.mode name=(concat "changes." i ".mode") value=change.mode choices=@root.modes}}
    {{formInput changeFields.value name=(concat "changes." i ".value") value=change.value}}
    {{formInput changeFields.priority name=(concat "changes." i ".priority") value=change.priority placeholder=(lookup ../../priorities change.mode)}}
  2. {{/with}} {{/each}}
{{!--
--}}