Cost
{{#each source as |cost index|}}
{{formField ../fields.type choices=(@root.disableOption index ../fields.type.choices ../source) label="Resource" value=cost.type name=(concat "cost." index ".type") localize=true}} {{formField ../fields.value label="Value" value=cost.value name=(concat "cost." index ".value")}}
{{formField ../fields.scalable label="Scalable" value=cost.scalable name=(concat "cost." index ".scalable")}} {{formField ../fields.step label="Step" value=cost.step name=(concat "cost." index ".step")}}
{{/each}}