{{define "scene_templates"}}

{{icon "profile"}}场景模板列表

{{icon "apply"}}新建场景模板 {{if .SelectedProfile}} 编辑
{{end}}
{{range .AssetProfiles}} {{else}} {{end}}
场景模板 识别模板 调试参数 识别单元
{{.Name}} {{if index .Raw "primary_template_name"}}{{index .Raw "primary_template_name"}}{{else if .Instances}}{{(index .Instances 0).Template}}{{else}}-{{end}} {{if $.AssetProfileEditor}}{{if and (eq $.AssetProfileEditor.Name .Name) $.AssetProfileEditor.OverlayName}}{{$.AssetProfileEditor.OverlayName}}{{else}}-{{end}}{{else}}-{{end}} {{len .Instances}}
还没有场景模板
{{if .AssetProfileEditor}} {{if .AssetProfileEditing}}
{{end}}

{{icon "profile"}}场景模板{{if .AssetProfileEditor.Name}} · {{.AssetProfileEditor.Name}}{{end}}

{{if .AssetProfileEditing}} 编辑模式 当前内容只包含模板级信息,识别单元请到“识别单元”页面维护。 {{else}} 查看模式 当前内容为只读,点击“编辑”后进入表单模式。 {{end}}
{{if .AssetProfileEditing}} {{icon "close"}}取消 {{end}}
{{if .AssetProfileEditing}}
{{else}}
场景模板名称{{if .AssetProfileEditor.Name}}{{.AssetProfileEditor.Name}}{{else}}-{{end}}
识别模板{{if .AssetProfileEditor.PrimaryTemplateName}}{{.AssetProfileEditor.PrimaryTemplateName}}{{else}}-{{end}}
业务名称{{if .AssetProfileEditor.BusinessName}}{{.AssetProfileEditor.BusinessName}}{{else}}-{{end}}
调试参数{{if .AssetProfileEditor.OverlayName}}{{.AssetProfileEditor.OverlayName}}{{else}}不使用{{end}}
站点名{{if .AssetProfileEditor.SiteName}}{{.AssetProfileEditor.SiteName}}{{else}}-{{end}}
识别单元{{len .AssetProfileEditor.Instances}} 路
描述{{if .AssetProfileEditor.Description}}{{.AssetProfileEditor.Description}}{{else}}-{{end}}
{{end}}
{{if .AssetProfileEditing}}
{{end}} {{end}} {{end}}