{{#if create }} {{title 'New Namespace'}} {{else}} {{title 'Edit Namespace'}} {{/if}} {{#app-view class="nspace edit" loading=isLoading}} {{#block-slot name='notification' as |status type|}} {{partial 'dc/nspaces/notifications'}} {{/block-slot}} {{#block-slot name='breadcrumbs'}}
  1. All Namespaces
{{/block-slot}} {{#block-slot name='header'}}

{{#if create }} New Namespace {{else}} Edit {{item.Name}} {{/if}}

{{/block-slot}} {{#block-slot name='actions'}} {{/block-slot}} {{#block-slot name='content'}} {{ partial 'dc/nspaces/form'}} {{/block-slot}} {{/app-view}}