{{#app-view class="acl edit" loading=isLoading}} {{#block-slot 'breadcrumbs'}}
  1. All Intentions
{{/block-slot}} {{#block-slot 'header'}}

{{#if item.ID }} Edit Intention {{else}} New Intention {{/if}}

{{/block-slot}} {{#block-slot 'actions'}} {{#if (not create) }} {{#feedback-dialog type='inline'}} {{#block-slot 'action' as |success error|}} {{#copy-button success=(action success) error=(action error) clipboardText=item.ID title='copy UUID to clipboard'}} Copy UUID {{/copy-button}} {{/block-slot}} {{#block-slot 'success'}}

Copied UUID!

{{/block-slot}} {{#block-slot 'error'}}

Sorry, something went wrong!

{{/block-slot}} {{/feedback-dialog}} {{/if}} {{/block-slot}} {{#block-slot 'content'}} {{ partial 'dc/intentions/form'}} {{/block-slot}} {{/app-view}}