{{t 'editStack.title'}}

{{input type="text" value=primaryResource.name classNames="form-control" placeholder=(t 'editStack.name.placeholder') disabled=true}} {{textarea value=primaryResource.description classNames="form-control no-resize" rows="5" placeholder=(t 'editStack.description.placeholder')}} {{new-select classNames="form-control" optionValuePath="id" optionLabelPath="displayName" content=allProjects value=primaryResource.projectId prompt="editStack.project.prompt" localizedPrompt=true }}
{{input type="text" value=tags classNames="form-control" placeholder=(t 'editStack.group.placeholder')}}

{{t 'editStack.group.help'}}

{{top-errors errors=errors}} {{save-cancel editing=editing save="save" cancel="cancel"}}