{{template "base/head" .}}
{{$repository := .Repository.ID}}
{{template "repo/header" .}}
{{template "base/alert" .}} {{if eq $.MODEL_COUNT 0}}
{{$.i18n.Tr "repo.model.manage.notcreatemodel"}}
{{if $.RepoIsEmpty}}
{{$.i18n.Tr "repo.model.manage.init1"}}{{$.i18n.Tr "repo.model.manage.init2"}}
{{end}} {{if eq $.TRAIN_COUNT 0}}
{{$.i18n.Tr "repo.model.manage.createtrainjob_tip"}}{{$.i18n.Tr "repo.model.manage.createtrainjob"}}
{{end}}
{{$.i18n.Tr "repo.platform_instructions"}}
{{else}} {{end}}
{{template "base/footer" .}}