package html
const Work = `
{{ if eq .Type "work" }}
序号: {{ .ID }};
申请人: {{ .SubmitterName }};
申请类型: {{ .TypeName }};
具体内容: {{ .Content }};
画作详情:
{{ range .Work.ApprovalWorks }}
 |
{{ if .ArtistShowCount }}{{ .ArtistShowCount }}{{ else }}{{ .ArtistName }}{{ end }}; |
{{ end }}
具体内容: {{ .Content }};
{{ end }}
`