{{#if editing}}
{{#if allowCreate}}
{{t (if isReuse "formNamespace.toggle.create" "formNamespace.toggle.reuse")}}
{{/if}}
{{#if isReuse}} {{new-select content=choices prompt=(t "formNamespace.reuse.prompt") optionLabelPath="displayName" optionValuePath="id" value=reuseNamespaceId }} {{else}} {{input classNames="new-name" placeholder=(t "formNamespace.create.placeholder") value=createNamespace.name }} {{/if}}
{{else}}

{{namespace.displayName}}

{{/if}}