package html
const BundlePayPrice = `
{{ if eq .Type "bundlePayPrice" }}
序号: {{ .ID }};
申请人: {{ .SubmitterName }};
申请类型: {{ .TypeName }};
画展包名称: {{ .BundlePayPrice.ShowName }};
画家名称: {{ if .BundlePayPrice.ArtistShowCount }}{{ .BundlePayPrice.ArtistShowCount }}{{ else }}{{ .BundlePayPrice.ArtistName }}{{ end }};
画展包底价: {{ .BundlePayPrice.ShowLowPrice }};
画作数量: {{ .BundlePayPrice.ArtworkNum }};
画作总平尺数: {{ .BundlePayPrice.ArtworkSize }};
画展时间: {{ .BundlePayPrice.ShowDate }};
画展地点: {{ .BundlePayPrice.ShowAddress }};
{{ end }}
`