package html const Bundle = ` {{ if eq .Type "bundle" }}
序号: {{ .ID }}; 申请人: {{ .SubmitterName }}; 申请类型: {{ .TypeName }}; 申请数量: {{ .Bundle.ApplicationsNum }}; 具体内容: {{ .Content }};
{{ end }} `