if (this.canApply)return'Apply a template to this process'
if (this.hasUnavailableWorkerVersions)return'This template cannot be applied because it uses one or more worker versions that are not in an Available state'
if (this.hasUnavailableModelVersions)return'This template cannot be applied because it uses one or more model versions that are not in an Available state'
if (!this.selectedTemplateId)return'Please select a template to apply'