{{localize "WALL.Instructions"}}

{{#if coordinates}}
{{/if}} {{formGroup fields.levels value=source.levels rootId=rootId input=inputs.createMultiSelectInput options=selectableLevels}}
{{localize "WALL.Restrictions"}} {{formGroup fields.move value=source.move rootId=rootId localize=true}} {{#each thresholdFields as |field|}}
{{/each}} {{formGroup fields.dir value=source.dir rootId=rootId localize=true}} {{formGroup fields.threshold.fields.attenuation value=source.threshold.attenuation rootId=rootId classes="slim" localize=true}}
{{localize "WALL.DoorConfiguration"}} {{formGroup fields.door value=source.door rootId=rootId localize=true}} {{formGroup fields.ds value=source.ds disabled=(not source.door) hidden=(not source.door) localize=true}}
{{formGroup fields.animation.fields.type value=source.animation.type rootId=rootId choices=animationTypes labelAttr="label" blank="COMMON.None" localize=true hidden=(not source.door)}}
{{localize "WALL.DoorAnimation"}} {{formGroup fields.animation.fields.texture value=animation.texture rootId=rootId}} {{formGroup fields.animation.fields.flip value=animation.flip rootId=rootId}} {{formGroup fields.animation.fields.double value=animation.double rootId=rootId}} {{formGroup fields.animation.fields.direction value=animation.direction rootId=rootId options=animationDirections}} {{formGroup fields.animation.fields.duration value=animation.duration rootId=rootId classes="slim"}} {{formGroup fields.animation.fields.strength value=animation.strength rootId=rootId}}