{{if $.data && $.data.length}}
{{each $.data}} {{if $.valueCountPairList && $.valueCountPairList.length}}
{{$.label}}
{{if $.valueCountPairList.length>1}}
{{$._.lp.multiSelect}}
{{end if}}
{{$._.lp.more}}
    {{each $.valueCountPairList}}
  • {{if $.documentFieldType === "date"}} {{end if}} {{if $.documentFieldType !== "date"}} {{$.label}}({{$.count}}) {{end if}}
  • {{end each}}
{{end if}} {{end each}}
{{if $.status.showSwitch}}
{{$.status.collapseCondition ? $.lp.expandCondition : $.lp.collapseCondition}}
{{end if}}
{{end if}}