Source

{{#if (env 'CONSUL_NSPACES_ENABLED')}} {{/if}}

Destination

{{#if (env 'CONSUL_NSPACES_ENABLED')}} {{/if}}
{{#each (array 'allow' 'deny') as |intent|}} {{/each}}
{{#if create }} {{ else }} {{/if}} {{# if (and item.ID (not-eq item.ID 'anonymous')) }} {{#confirmation-dialog message='Are you sure you want to delete this Intention?'}} {{#block-slot name='action' as |confirm|}} {{/block-slot}} {{#block-slot name='dialog' as |execute cancel message|}} {{delete-confirmation message=message execute=execute cancel=cancel}} {{/block-slot}} {{/confirmation-dialog}} {{/if}}