{{localize "DAGGERHEART.GENERAL.range"}}{{#if fields.target}} & {{localize "DAGGERHEART.GENERAL.Target.single"}}{{/if}} {{formField fields.range value=source.range label="Range" name=(concat path "range") localize=true}} {{#if fields.target}}
{{#if (and source.target.type (not (eq source.target.type 'self')))}} {{ formField fields.target.amount value=source.target.amount label="Amount" name=(concat path "target.amount") }} {{/if}} {{ formField fields.target.type value=source.target.type label="Target" name=(concat path "target.type") localize=true }}
{{/if}}