Effects
{{!-- {{#each @root.effects as | effect index | }}
{{formfield }}
{{/each}} --}} {{#each source as | effect index |}}
{{#with (@root.getEffectDetails effect._id) as | details |}}
{{/with}} {{formField ../fields.onSave value=effect.onSave name=(concat "effects." index ".onSave")}}
{{/each}}