package html const Show = ` {{ if eq .Type "show" }}
序号: {{ .ID }} 申请人: {{ .SubmitterName }} 申请类型: {{ .TypeName }}
{{ range $index, $exh := .Show }}
画展{{ $index + 1 }}:
时间: {{ $exh.ShowAt }}
地址: {{ $exh.Address }}
人数: {{ $exh.ArtistNum }}
{{ end }}
{{ end }} `