{{#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}}