{{t 'moveNamespace.title' count=model.length name=model.firstObject.displayName}}
{{#if (gt model.length 1)}}
{{#each model as |item|}}
- {{item.displayName}}
{{/each}}
{{/if}}
{{t 'moveNamespace.to'}}
{{#each allProjects as |project|}}
-
{{/each}}
{{top-errors errors=errors}}
{{save-cancel editing=true saving=saving editLabel="moveNamespace.actionLabel" save="save" cancel="cancel"}}