{{#if (and isNew (not isClone))}}
{{else}}
{{#if model.namespace}} {{t 'optionallyNamespaced.scope.namespace'}}: {{model.namespace.displayName}} {{else}} {{t 'optionallyNamespaced.scope.project'}} {{/if}}
{{/if}}
{{#if (and (and isNew (eq scope "namespace")) (not isClone))}}
{{form-namespace namespace=namespace errors=namespaceErrors }}
{{/if}}