{{#if item.ID }} {{title 'Edit Intention'}} {{else}} {{title 'New Intention'}} {{/if}} {{#app-view class="intention edit" loading=isLoading}} {{#block-slot name='notification' as |status type|}} {{partial 'dc/intentions/notifications'}} {{/block-slot}} {{#block-slot name='breadcrumbs'}}
  1. All Intentions
{{/block-slot}} {{#block-slot name='header'}}

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

{{/block-slot}} {{#block-slot name='actions'}} {{#if (not create) }} {{#feedback-dialog type='inline'}} {{#block-slot name='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 name='success' as |transition|}}

Copied UUID!

{{/block-slot}} {{#block-slot name='error' as |transition|}}

Sorry, something went wrong!

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